From fc307bb208de9ce364f65b3d4b5812766cb62194 Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Thu, 21 Nov 2024 10:00:56 +0100 Subject: [PATCH] chore: re-enable httpRouteWeight conformance test Signed-off-by: Mattia Lavacca --- test/conformance/conformance_test.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index 793c72a4c..981921c55 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -28,20 +28,12 @@ import ( "github.com/kong/gateway-operator/pkg/vars" ) -var skippedTestsForExpressionsRouter = []string{ - // TODO: remove the skip https://github.com/Kong/gateway-operator/issues/295 - // This test is flaky. - tests.HTTPRouteWeight.ShortName, -} +var skippedTestsForExpressionsRouter = []string{} var skippedTestsForTraditionalCompatibleRouter = []string{ // httproute tests.HTTPRouteHeaderMatching.ShortName, tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName, - - // TODO: remove the skip https://github.com/Kong/gateway-operator/issues/295 - // This test is flaky. - tests.HTTPRouteWeight.ShortName, } var (