Skip to content

Commit 1049a71

Browse files
authored
Turn on retry of asan tests (#12984)
1 parent 65567d3 commit 1049a71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/test_ya/action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ runs:
212212
params+=(
213213
--build "release" --sanitize="address"
214214
)
215-
if [ $TEST_RETRY_COUNT -z ]; then
216-
TEST_RETRY_COUNT=1
217-
fi
218215
IS_TEST_RESULT_IGNORED=1
219216
;;
220217
release-tsan)

0 commit comments

Comments
 (0)