Skip to content

Commit

Permalink
Update test/conformance/gateway_conformance_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Flendrich <michal@flendrich.pro>
  • Loading branch information
shaneutt and mflendrich authored Mar 18, 2022
1 parent 5314bcf commit 5129062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ func TestGatewayConformance(t *testing.T) {
}
}

// TODO: this is a temporary list to filter out tests that we're not
// ready to run yet. We will eventually run all the tests and that work
// is being tracked in https://github.com/Kong/kubernetes-ingress-controller/issues/2210
// Today we run only the subset below of all Gateway conformance tests.
// TODO: ensure that this module runs all Gateway conformance tests
// https://github.com/Kong/kubernetes-ingress-controller/issues/2210
var enabledGatewayConformanceTests = sets.NewString(
"HTTPRouteCrossNamespace",
)

0 comments on commit 5129062

Please sign in to comment.