Skip to content

Commit acf24d2

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/conformance/conformance_test.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5150
var 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

Comments
 (0)