Skip to content

Commit

Permalink
uncomment Suite Features
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorLieberman committed Apr 25, 2023
1 parent e1c3944 commit db4dc30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conformance/tests/httproute-request-mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ var HTTPRouteRequestMirror = suite.ConformanceTest{
ShortName: "HTTPRouteRequestMirror",
Description: "An HTTPRoute with request mirror filter",
Manifests: []string{"tests/httproute-request-mirror.yaml"},
// Features: []suite.SupportedFeature{
// suite.SupportGateway,
// suite.SupportHTTPRoute,
// suite.SupportHTTPRouteRequestMirror,
// },
Features: []suite.SupportedFeature{
suite.SupportGateway,
suite.SupportHTTPRoute,
suite.SupportHTTPRouteRequestMirror,
},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
ns := "gateway-conformance-infra"
routeNN := types.NamespacedName{Name: "request-mirror", Namespace: ns}
Expand Down

0 comments on commit db4dc30

Please sign in to comment.