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 6f86f57Copy full SHA for 6f86f57
test/e2e/suites/managed/managed_suite_test.go
@@ -49,7 +49,7 @@ func init() {
49
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")
+ flag.BoolVar(&skipLegacyTests, "skip-eks-legacy-tests", true, "if true, the EKS legacy tests will be skipped")
53
}
54
55
func TestE2E(t *testing.T) {
0 commit comments