Skip to content

Commit cce2b45

Browse files
committed
TEST
1 parent 9fb2a39 commit cce2b45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/suites/managed/managed_suite_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ func init() {
4747
e2eCtx = shared.NewE2EContext(shared.WithManaged(), shared.WithSchemeInit(initScheme))
4848

4949
shared.CreateDefaultFlags(e2eCtx)
50+
5051
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")
52+
flag.BoolVar(&skipUpgradeTests, "skip-eks-upgrade-tests", true, "if true, the EKS upgrade tests will be skipped")
53+
flag.BoolVar(&skipLegacyTests, "skip-eks-legacy-tests", true, "if true, the EKS legacy tests will be skipped")
5354
}
5455

5556
func TestE2E(t *testing.T) {

0 commit comments

Comments
 (0)