Skip to content

Commit

Permalink
Pare down skipped tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed Jun 5, 2023
1 parent 0122969 commit e1347af
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/conformance/gatewayapi/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ func TestGatewayConformance(t *testing.T) {
// Keep the list of skipped features in sync with
// test/scripts/run-gateway-conformance.sh.
SkipTests: []string{
// These are skipped because the tests check for the
// original request port in the returned Location
// Test adds multiple HTTP Listeners to the Gateway with
// distinct ports. This is not supported in Contour until
// multi-Listener support is added.
// See: https://github.com/projectcontour/contour/issues/4960
tests.GatewayObservedGenerationBump.ShortName,
// Checks for the original request port in the returned Location
// header which Envoy is stripping.
// See: https://github.com/envoyproxy/envoy/issues/17318
"HTTPRouteRedirectHostAndStatus",
"HTTPRouteRedirectPath",
"HTTPRouteRedirectScheme",
tests.HTTPRouteRedirectPortAndScheme.ShortName,
},
ExemptFeatures: sets.New(
suite.SupportMesh,
Expand Down

0 comments on commit e1347af

Please sign in to comment.