diff options
author | Kirill Rysin <35688753+naspirato@users.noreply.github.com> | 2024-12-25 13:08:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-25 13:08:22 +0100 |
commit | 1049a71ceec5aa03d8fe542b2247a3c75ba76a2b (patch) | |
tree | d588c4127883b78b073b9b6c4d182f0cb601be01 | |
parent | 65567d39cda1929a30a30b0901dcf416dfba629f (diff) | |
download | ydb-1049a71ceec5aa03d8fe542b2247a3c75ba76a2b.tar.gz |
Turn on retry of asan tests (#12984)
-rw-r--r-- | .github/actions/test_ya/action.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index 10c9d910ae..b06b6cc38c 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -212,9 +212,6 @@ runs: params+=( --build "release" --sanitize="address" ) - if [ $TEST_RETRY_COUNT -z ]; then - TEST_RETRY_COUNT=1 - fi IS_TEST_RESULT_IGNORED=1 ;; release-tsan) |