Skip to content

Commit b311b1c

Browse files
authored
mark the GatewayInfrastructure test as Provisional (#3373)
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]>
1 parent 076d830 commit b311b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/tests/gateway-infrastructure.go

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var GatewayInfrastructure = suite.ConformanceTest{
4343
features.SupportGateway,
4444
features.SupportGatewayInfrastructurePropagation,
4545
},
46+
Provisional: true,
4647
Manifests: []string{
4748
"tests/gateway-infrastructure.yaml",
4849
},

0 commit comments

Comments
 (0)