Skip to content

Commit

Permalink
skip isolation test
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed May 6, 2024
1 parent c7c4de7 commit a4cdc21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/conformance/gatewayapi/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ func TestGatewayConformance(t *testing.T) {
// sends a request for an unknown (to Contour/Envoy) host which fails
// instead of returning a 404.
tests.HTTPRouteHTTPSListener.ShortName,

// The cases in this test that fail involve Listener/HTTPRoute hostname
// intersection and ensuring requests are only routed to the most
// specific Listeners/Routes that match them.
// See: https://github.com/projectcontour/contour/pull/6162
tests.GatewayHTTPListenerIsolation.ShortName,
},
ExemptFeatures: sets.New(
features.SupportMesh,
Expand Down

0 comments on commit a4cdc21

Please sign in to comment.