Fix flaky check when all tests are skipped

This commit is contained in:
Kruglov Pavel 2024-08-21 17:49:51 +02:00 committed by GitHub
parent 560d6f5128
commit 0c2ad11af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,9 @@ fi
export IS_FLAKY_CHECK=0
# Export NUM_TRIES so python scripts will see its value as env variable
export NUM_TRIES
# For flaky check we also enable thread fuzzer
if [ "$NUM_TRIES" -gt "1" ]; then
export IS_FLAKY_CHECK=1