Skip to content

Commit b8ef594

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/conformance/conformance_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ func TestGatewayAPIConformance(t *testing.T) {
6565
opts.CleanupBaseResources = true
6666
opts.GatewayClassName = gatewayClassName
6767
opts.SupportedFeatures = sets.New(gatewaySupportedFeatures...)
68-
// opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
69-
opts.RunTest = tests.HTTPRouteRequestHeaderModifier.ShortName
68+
opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
7069
opts.Implementation = conformancev1.Implementation{
7170
Organization: "API7",
7271
Project: "api7-ingress-controller",

0 commit comments

Comments
 (0)