Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Nov 6, 2024
1 parent 9fb2a39 commit 3fd5ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/suites/managed/managed_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ func init() {
e2eCtx = shared.NewE2EContext(shared.WithManaged(), shared.WithSchemeInit(initScheme))

shared.CreateDefaultFlags(e2eCtx)
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")
flag.BoolVar(&skipUpgradeTests, "skip-eks-upgrade-tests", false, "if true, the EKS upgrade tests will be skipped")
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")
}

func TestE2E(t *testing.T) {
Expand Down

0 comments on commit 3fd5ae1

Please sign in to comment.