aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Rysin <35688753+naspirato@users.noreply.github.com>2024-12-25 13:08:22 +0100
committerGitHub <noreply@github.com>2024-12-25 13:08:22 +0100
commit1049a71ceec5aa03d8fe542b2247a3c75ba76a2b (patch)
treed588c4127883b78b073b9b6c4d182f0cb601be01
parent65567d39cda1929a30a30b0901dcf416dfba629f (diff)
downloadydb-1049a71ceec5aa03d8fe542b2247a3c75ba76a2b.tar.gz
Turn on retry of asan tests (#12984)
-rw-r--r--.github/actions/test_ya/action.yml3
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)