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 (