From 5722051db626959f8e5adbe3ae20e9d9809f72a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 29 May 2024 12:21:23 +0200 Subject: [PATCH] tests(conformance): enable HTTPRouteInvalidBackendRefUnknownKind --- 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..cce986c2a 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -30,7 +30,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 // This test is flaky.