Skip to content

Commit 7a4a9e6

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent 7662eef commit 7a4a9e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/conformance/conformance_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ var skippedTestsForTraditionalRoutes = []string{
3434
tests.HTTPRouteReferenceGrant.ShortName,
3535

3636
// TODO: HTTPRoute hostname intersection and listener hostname matching
37-
tests.HTTPRouteHostnameIntersection.ShortName,
38-
tests.HTTPRouteListenerHostnameMatching.ShortName,
37+
// tests.HTTPRouteHostnameIntersection.ShortName,
38+
// tests.HTTPRouteListenerHostnameMatching.ShortName,
3939

4040
tests.GatewayInvalidTLSConfiguration.ShortName,
41-
// tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
4241
tests.HTTPRouteInvalidCrossNamespaceParentRef.ShortName,
4342
tests.HTTPRouteInvalidNonExistentBackendRef.ShortName,
4443
tests.HTTPRouteInvalidParentRefNotMatchingSectionName.ShortName,

0 commit comments

Comments
 (0)