Skip to content

Commit 7e362e4

Browse files
committed
Merge remote-tracking branch 'origin/release-v2-dev' into feat/reference-grant-for-route
# Conflicts: # internal/controller/gateway_controller.go # internal/controller/utils.go # test/conformance/conformance_test.go
2 parents fa2ab45 + ecebace commit 7e362e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/conformance/conformance_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ var skippedTestsForSSL = []string{
2424
tests.HTTPRouteRedirectPortAndScheme.ShortName,
2525
}
2626

27-
var skippedTestsForTraditionalRoutes = []string{
28-
// TODO: HTTPRoute hostname intersection and listener hostname matching
29-
}
27+
var skippedTestsForTraditionalRoutes []string // TODO: HTTPRoute hostname intersection and listener hostname matching
3028

3129
var gatewaySupportedFeatures = []features.FeatureName{
3230
features.SupportGateway,

0 commit comments

Comments
 (0)