@@ -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