File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ function e2e::run() {
326326 # Use individual package paths instead of recursive mode to avoid scanning excluded packages
327327 if [[ " $CI " == " true" ]]; then
328328 echo " running e2e tests in CI mode with options: $* "
329- $GINKGO -v --timeout=2h --randomize-all --randomize-suites --fail-on-empty --keep-going -- trace --label-filter=" !k:BR" " $* " " ${test_packages[@]} "
329+ $GINKGO -v --timeout=2h --randomize-all --randomize-suites --fail-on-empty --trace --label-filter=" !k:BR" " $* " " ${test_packages[@]} "
330330 else
331331 echo " running e2e tests locally..."
332332 $GINKGO -v --race " $@ " " ${test_packages[@]} "
@@ -337,7 +337,7 @@ function e2e::run_upgrade() {
337337 e2e::install_old_version
338338 if [[ " $CI " == " true" ]]; then
339339 echo " running upgrade e2e tests in CI mode with options: $* "
340- $GINKGO -v --tags=upgrade_e2e --timeout=1h --randomize-all --randomize-suites --fail-on-empty --keep-going -- trace " $* " " $ROOT /tests/e2e/upgrade"
340+ $GINKGO -v --tags=upgrade_e2e --timeout=1h --randomize-all --randomize-suites --fail-on-empty --trace " $* " " $ROOT /tests/e2e/upgrade"
341341 else
342342 echo " running upgrade e2e tests locally..."
343343 $GINKGO -v --tags=upgrade_e2e --race " $@ " " $ROOT /tests/e2e/upgrade"
You can’t perform that action at this time.
0 commit comments