From 7d97b0044a17aa81f99bf3b272e4c7ad0d6010e7 Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Fri, 31 May 2024 11:01:05 +0200 Subject: [PATCH] chore: enable HTTPRouteHTTPSListener conf test 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