Skip to content

Commit 1e374ed

Browse files
committed
make test Provisional
Signed-off-by: phuhung273 <phuhung.tranpham@gmail.com>
1 parent 0531cee commit 1e374ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conformance/tests/tlsroute-terminate-simple-same-namespace.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ var TLSRouteTerminateSimpleSameNamespace = suite.ConformanceTest{
4545
features.SupportTLSRoute,
4646
features.SupportTLSRouteModeTerminate,
4747
},
48-
Manifests: []string{"tests/tlsroute-terminate-simple-same-namespace.yaml"},
48+
Provisional: true,
49+
Manifests: []string{"tests/tlsroute-terminate-simple-same-namespace.yaml"},
4950
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
5051
ns := "gateway-conformance-infra"
5152
routeNN := types.NamespacedName{Name: "gateway-conformance-mqtt-test", Namespace: ns}

0 commit comments

Comments
 (0)