Skip to content

Commit b873e42

Browse files
committed
mark the GatewayInfrastructure test as Provisional
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 <[email protected]>
1 parent 076d830 commit b873e42

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)