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 9fb2a39 commit 307acc8Copy full SHA for 307acc8
test/e2e/suites/managed/managed_suite_test.go
@@ -47,7 +47,7 @@ func init() {
47
e2eCtx = shared.NewE2EContext(shared.WithManaged(), shared.WithSchemeInit(initScheme))
48
49
shared.CreateDefaultFlags(e2eCtx)
50
- flag.BoolVar(&skipGeneralTests, "skip-eks-general-tests", false, "if true, the general EKS tests will be skipped")
+ flag.BoolVar(&skipGeneralTests, "skip-eks-general-tests", true, "if true, the general EKS tests will be skipped")
51
flag.BoolVar(&skipUpgradeTests, "skip-eks-upgrade-tests", false, "if true, the EKS upgrade tests will be skipped")
52
flag.BoolVar(&skipLegacyTests, "skip-eks-legacy-tests", false, "if true, the EKS legacy tests will be skipped")
53
}
0 commit comments