resolved ginkgo deprecation message (#9365)

This commit is contained in:
Saumya 2022-12-05 01:20:01 +05:30 committed by GitHub
parent 15c4078032
commit dbb765a321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 4 deletions

View file

@ -19,7 +19,7 @@ set -e
NC='\e[0m'
BGREEN='\e[32m'
SLOW_E2E_THRESHOLD=${SLOW_E2E_THRESHOLD:-"5s"}
#SLOW_E2E_THRESHOLD=${SLOW_E2E_THRESHOLD:-"5s"}
FOCUS=${FOCUS:-.*}
E2E_NODES=${E2E_NODES:-5}
E2E_CHECK_LEAKS=${E2E_CHECK_LEAKS:-""}
@ -28,8 +28,9 @@ ginkgo_args=(
"-randomize-all"
"-flake-attempts=2"
"-fail-fast"
"-progress"
"-slow-spec-threshold=${SLOW_E2E_THRESHOLD}"
"--show-node-events"
"--poll-progress-after=180s"
# "-slow-spec-threshold=${SLOW_E2E_THRESHOLD}"
"-succinct"
"-timeout=75m"
)