@@ -34,18 +34,17 @@ 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,
39-
40- // tests.HTTPRouteMatching.ShortName,
41- // tests.HTTPRouteMatchingAcrossRoutes.ShortName,
42-
43- // tests.GatewayInvalidTLSConfiguration.ShortName,
44- // tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
45- // tests.HTTPRouteInvalidCrossNamespaceParentRef.ShortName,
46- // tests.HTTPRouteInvalidNonExistentBackendRef.ShortName,
47- // tests.HTTPRouteInvalidParentRefNotMatchingSectionName.ShortName,
48- // tests.HTTPRouteRequestHeaderModifier.ShortName,
37+ tests .HTTPRouteHostnameIntersection .ShortName ,
38+ tests .HTTPRouteListenerHostnameMatching .ShortName ,
39+
40+ tests .HTTPRouteMatching .ShortName ,
41+ tests .HTTPRouteMatchingAcrossRoutes .ShortName ,
42+
43+ tests .GatewayInvalidTLSConfiguration .ShortName ,
44+ tests .HTTPRouteInvalidBackendRefUnknownKind .ShortName ,
45+ tests .HTTPRouteInvalidCrossNamespaceParentRef .ShortName ,
46+ tests .HTTPRouteInvalidNonExistentBackendRef .ShortName ,
47+ tests .HTTPRouteInvalidParentRefNotMatchingSectionName .ShortName ,
4948}
5049
5150var gatewaySupportedFeatures = []features.FeatureName {
@@ -66,7 +65,8 @@ func TestGatewayAPIConformance(t *testing.T) {
6665 opts .CleanupBaseResources = true
6766 opts .GatewayClassName = gatewayClassName
6867 opts .SupportedFeatures = sets .New (gatewaySupportedFeatures ... )
69- opts .SkipTests = append (skippedTestsForSSL , skippedTestsForTraditionalRoutes ... )
68+ // opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
69+ opts .RunTest = tests .HTTPRouteRequestHeaderModifier .ShortName
7070 opts .Implementation = conformancev1.Implementation {
7171 Organization : "API7" ,
7272 Project : "api7-ingress-controller" ,
0 commit comments