Skip to content

Commit 87bcea6

Browse files
committed
TEST
1 parent 9fb2a39 commit 87bcea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/suites/managed/managed_suite_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ 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")
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")
50+
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", true, "if true, the EKS upgrade tests will be skipped")
52+
flag.BoolVar(&skipLegacyTests, "skip-eks-legacy-tests", true, "if true, the EKS legacy tests will be skipped")
5353
}
5454

5555
func TestE2E(t *testing.T) {

0 commit comments

Comments
 (0)