We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef75c8a commit 4b00179Copy full SHA for 4b00179
conformance/conformance_test.go
@@ -64,6 +64,8 @@ func TestConformance(t *testing.T) {
64
})
65
cSuite.Setup(t)
66
67
+ // TODO(https://github.com/kubernetes-sigs/gateway-api/issues/1891) this will likely changed;
68
+ // for now, we use this mechanism to split mesh and gateway types
69
var toRun []suite.ConformanceTest
70
if supportedFeatures.Has(suite.SupportGateway) {
71
toRun = append(toRun, tests.ConformanceTests...)
0 commit comments