From 8f38b0e4fc790234eb7846df7943e5f0cdb88f3c Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Fri, 31 May 2024 11:16:07 +0200 Subject: [PATCH] chore: enable HTTPRouteHTTPSListener conf test (#307) Signed-off-by: Mattia Lavacca --- test/conformance/conformance_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index eac4744da..a55a53ca1 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -29,7 +29,6 @@ var skippedTests = []string{ // httproute tests.HTTPRouteHeaderMatching.ShortName, - tests.HTTPRouteHTTPSListener.ShortName, tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName, // TODO: remove the skip https://github.com/Kong/gateway-operator/issues/295