Skip to content

Commit

Permalink
mark the GatewayInfrastructure test as Provisional (#3373)
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 #3366 (comment)

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Oct 2, 2024
1 parent 076d830 commit b311b1c
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 b311b1c

Please sign in to comment.