Skip to content

Commit 4b00179

Browse files
committed
Add TODO
1 parent ef75c8a commit 4b00179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conformance/conformance_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ func TestConformance(t *testing.T) {
6464
})
6565
cSuite.Setup(t)
6666

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
6769
var toRun []suite.ConformanceTest
6870
if supportedFeatures.Has(suite.SupportGateway) {
6971
toRun = append(toRun, tests.ConformanceTests...)

0 commit comments

Comments
 (0)