TSAN errors on unit tests should now be fatal

This commit is contained in:
Mark Andrews 2020-09-14 12:03:45 +10:00
parent baf165ffd0
commit 1418f7e186

View file

@ -341,7 +341,6 @@ stages:
.unit_test_tsan: &unit_test_tsan_job
<<: *unit_test_common
allow_failure: true
after_script:
- find lib -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
artifacts: