Skip to content

Commit 748a98b

Browse files
committed
fix: small resolutions after CR
1 parent e96e21e commit 748a98b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: conformance/tests/gateway-optional-address-value.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var GatewayOptionalAddressValue = suite.ConformanceTest{
4141
features.SupportGateway,
4242
features.SupportGatewayAddressEmpty,
4343
},
44+
Provisional: true,
4445
Manifests: []string{
4546
"tests/gateway-optional-address-value.yaml",
4647
},
@@ -63,7 +64,7 @@ var GatewayOptionalAddressValue = suite.ConformanceTest{
6364
currentGW := &v1.Gateway{}
6465
err := s.Client.Get(ctx, gwNN, currentGW)
6566
require.NoError(t, err, "error getting Gateway: %v", err)
66-
t.Logf("verifying that the Gateway %s/%s is accepted without address value field", gwNN.Namespace, gwNN.Name)
67+
t.Logf("verifying that the Gateway %s/%s is accepted", gwNN.Namespace, gwNN.Name)
6768
kubernetes.GatewayMustHaveCondition(t, s.Client, s.TimeoutConfig, gwNN, metav1.Condition{
6869
Type: string(v1.GatewayConditionAccepted),
6970
Status: metav1.ConditionTrue,

0 commit comments

Comments
 (0)