We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf24d2 commit b8ef594Copy full SHA for b8ef594
test/conformance/conformance_test.go
@@ -65,8 +65,7 @@ func TestGatewayAPIConformance(t *testing.T) {
65
opts.CleanupBaseResources = true
66
opts.GatewayClassName = gatewayClassName
67
opts.SupportedFeatures = sets.New(gatewaySupportedFeatures...)
68
- // opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
69
- opts.RunTest = tests.HTTPRouteRequestHeaderModifier.ShortName
+ opts.SkipTests = append(skippedTestsForSSL, skippedTestsForTraditionalRoutes...)
70
opts.Implementation = conformancev1.Implementation{
71
Organization: "API7",
72
Project: "api7-ingress-controller",
0 commit comments