Skip to content

Commit 0fbc7af

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent bd55221 commit 0fbc7af

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/conformance/conformance_test.go

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

40-
// tests.HTTPRouteMatching.ShortName,
41-
// tests.HTTPRouteMatchingAcrossRoutes.ShortName,
42-
4340
tests.GatewayInvalidTLSConfiguration.ShortName,
44-
tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
41+
// tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
4542
tests.HTTPRouteInvalidCrossNamespaceParentRef.ShortName,
4643
tests.HTTPRouteInvalidNonExistentBackendRef.ShortName,
4744
tests.HTTPRouteInvalidParentRefNotMatchingSectionName.ShortName,
@@ -65,8 +62,7 @@ func TestGatewayAPIConformance(t *testing.T) {
6562
opts.CleanupBaseResources = true
6663
opts.GatewayClassName = gatewayClassName
6764
opts.SupportedFeatures = sets.New(gatewaySupportedFeatures...)
68-
// opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
69-
opts.RunTest = tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName
65+
opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
7066
opts.Implementation = conformancev1.Implementation{
7167
Organization: "API7",
7268
Project: "api7-ingress-controller",

0 commit comments

Comments
 (0)