From ac0267757daab6d6215f84567df6c7b723f2917a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Tue, 28 May 2024 22:04:46 +0200 Subject: [PATCH] tests(conformance): enable HTTPRouteHostnameIntersection --- 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,