Skip to content

Commit

Permalink
enable backendRef filters conformance tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Szwaj <[email protected]>
  • Loading branch information
cnvergence committed May 8, 2024
1 parent fb6463d commit 9776354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ func TestGatewayAPIConformance(t *testing.T) {
opts := conformance.DefaultOptions(t)
opts.SkipTests = []string{
tests.GatewayStaticAddresses.ShortName,
tests.GatewayHTTPListenerIsolation.ShortName, // https://github.com/kubernetes-sigs/gateway-api/issues/3049
tests.HTTPRouteBackendRequestHeaderModifier.ShortName, // https://github.com/envoyproxy/gateway/issues/3338
tests.GatewayHTTPListenerIsolation.ShortName, // https://github.com/kubernetes-sigs/gateway-api/issues/3049
}
opts.SupportedFeatures = features.AllFeatures
opts.ExemptFeatures = features.MeshCoreFeatures
Expand Down
3 changes: 1 addition & 2 deletions test/conformance/experimental_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ func TestExperimentalConformance(t *testing.T) {
opts := conformance.DefaultOptions(t)
opts.SkipTests = []string{
tests.GatewayStaticAddresses.ShortName,
tests.GatewayHTTPListenerIsolation.ShortName, // https://github.com/kubernetes-sigs/gateway-api/issues/3049
tests.HTTPRouteBackendRequestHeaderModifier.ShortName, // https://github.com/envoyproxy/gateway/issues/3338
tests.GatewayHTTPListenerIsolation.ShortName, // https://github.com/kubernetes-sigs/gateway-api/issues/3049
}
opts.SupportedFeatures = features.AllFeatures
opts.ExemptFeatures = features.MeshCoreFeatures
Expand Down

0 comments on commit 9776354

Please sign in to comment.