Skip to content

Commit

Permalink
fix: temp disable some gw conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Sep 18, 2023
1 parent ea3f36e commit 24daa75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ func TestGatewayConformance(t *testing.T) {
// see https://github.com/kubernetes-sigs/gateway-api/issues/2403
"GatewayInvalidRouteKind",
"GatewayInvalidTLSConfiguration",
// TODO: these tests are disabled because we don't actually support them
// properly yet.
"GatewayModifyListeners",
"GatewayClassObservedGenerationBump",
"GatewayWithAttachedRoutes",
},
},
Implementation: v1alpha1.Implementation{
Expand Down

0 comments on commit 24daa75

Please sign in to comment.