From f7cc02a6f1793b4d4b35adbd33585648fe6a32fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 29 May 2024 11:11:06 +0200 Subject: [PATCH] tests(conformance): enable HTTPRouteHostnameIntersection (#298) --- 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 2aa0b1bda..1f19e7051 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -31,7 +31,6 @@ var skippedTests = []string{ // httproute tests.HTTPRouteHeaderMatching.ShortName, tests.HTTPRouteHTTPSListener.ShortName, - tests.HTTPRouteHostnameIntersection.ShortName, tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName, tests.HTTPRouteListenerHostnameMatching.ShortName, tests.HTTPRouteObservedGenerationBump.ShortName,