Skip to content

Commit

Permalink
enable release-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Jul 24, 2024
1 parent ab48b16 commit 000c379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func (ci CI) UnregisterSprayproxy() {
}

func RunE2ETests() error {
labelFilter := utils.GetEnv("E2E_TEST_SUITE_LABEL", "!upgrade-create && !upgrade-verify && !upgrade-cleanup && !release-pipelines")
labelFilter := utils.GetEnv("E2E_TEST_SUITE_LABEL", "!upgrade-create && !upgrade-verify && !upgrade-cleanup && release-pipelines")

rctx := rulesengine.NewRuleCtx()
rctx.Parallel = true
Expand Down

0 comments on commit 000c379

Please sign in to comment.