Skip to content

Commit

Permalink
chore: re-enable httpRouteWeight conformance test (#875)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca authored Nov 27, 2024
1 parent cbe67af commit 229786e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 229786e

Please sign in to comment.