Skip to content

Commit 307acc8

Browse files
committed
TEST
1 parent 9fb2a39 commit 307acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suites/managed/managed_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func init() {
4747
e2eCtx = shared.NewE2EContext(shared.WithManaged(), shared.WithSchemeInit(initScheme))
4848

4949
shared.CreateDefaultFlags(e2eCtx)
50-
flag.BoolVar(&skipGeneralTests, "skip-eks-general-tests", false, "if true, the general EKS tests will be skipped")
50+
flag.BoolVar(&skipGeneralTests, "skip-eks-general-tests", true, "if true, the general EKS tests will be skipped")
5151
flag.BoolVar(&skipUpgradeTests, "skip-eks-upgrade-tests", false, "if true, the EKS upgrade tests will be skipped")
5252
flag.BoolVar(&skipLegacyTests, "skip-eks-legacy-tests", false, "if true, the EKS legacy tests will be skipped")
5353
}

0 commit comments

Comments
 (0)