We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa2ab45 + ecebace commit 7e362e4Copy full SHA for 7e362e4
test/conformance/conformance_test.go
@@ -24,9 +24,7 @@ var skippedTestsForSSL = []string{
24
tests.HTTPRouteRedirectPortAndScheme.ShortName,
25
}
26
27
-var skippedTestsForTraditionalRoutes = []string{
28
- // TODO: HTTPRoute hostname intersection and listener hostname matching
29
-}
+var skippedTestsForTraditionalRoutes []string // TODO: HTTPRoute hostname intersection and listener hostname matching
30
31
var gatewaySupportedFeatures = []features.FeatureName{
32
features.SupportGateway,
0 commit comments