Skip to content

Commit b4a9fc2

Browse files
committed
Enable HTTPRouteInvalidBackendRefUnknownKind test case
Re-enable the `HTTPRouteInvalidBackendRefUnknownKind` test case by uncommenting it, while also commenting out two other test cases (`HTTPRouteMatching` and `HTTPRouteMatchingAcrossRoutes`) to adjust the test suite configuration. These changes refine the test selection to focus on specific conformance scenarios.
1 parent f1df8e2 commit b4a9fc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/conformance/conformance_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ var skippedTestsForTraditionalRoutes = []string{
3737
tests.HTTPRouteHostnameIntersection.ShortName,
3838
tests.HTTPRouteListenerHostnameMatching.ShortName,
3939

40+
// tests.HTTPRouteMatching.ShortName,
41+
// tests.HTTPRouteMatchingAcrossRoutes.ShortName,
42+
4043
tests.GatewayInvalidTLSConfiguration.ShortName,
41-
// tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
42-
tests.HTTPRouteInvalidCrossNamespaceParentRef.ShortName,
44+
tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
4345
tests.HTTPRouteInvalidNonExistentBackendRef.ShortName,
4446
tests.HTTPRouteInvalidParentRefNotMatchingSectionName.ShortName,
4547
}

0 commit comments

Comments
 (0)