Skip to content

Commit

Permalink
mark the GatewayInfrastructure test as Provisional
Browse files Browse the repository at this point in the history
The test expects generated Gateway resources to
have the `gateway.networking.k8s.io/gateway` label set.
Mark the test as provisional until these statements have
moved into the API docs.

Relates to kubernetes-sigs#3366 (comment)

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Oct 1, 2024
1 parent 076d830 commit b873e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conformance/tests/gateway-infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var GatewayInfrastructure = suite.ConformanceTest{
features.SupportGateway,
features.SupportGatewayInfrastructurePropagation,
},
Provisional: true,
Manifests: []string{
"tests/gateway-infrastructure.yaml",
},
Expand Down

0 comments on commit b873e42

Please sign in to comment.