From 1679e8c0a7b052fce8e96f9f05e7c778216b25f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 29 May 2024 14:41:53 +0200 Subject: [PATCH] tests(conformance): enable GatewayModifyListeners (#302) --- 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 a4ec8ed86..eac4744da 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -26,7 +26,6 @@ import ( var skippedTests = []string{ // gateway tests.GatewayInvalidTLSConfiguration.ShortName, - tests.GatewayModifyListeners.ShortName, // httproute tests.HTTPRouteHeaderMatching.ShortName,