remove 'allow_failure: true' from unit tsan tests

This commit is contained in:
Mark Andrews
2020-09-16 13:29:00 +10:00
parent 08286be36b
commit c82648bb9e
-1
View File
@@ -321,7 +321,6 @@ stages:
.unit_test_tsan: &unit_test_tsan_job
<<: *unit_test_common
allow_failure: true
after_script:
- *kyua_report_html
- find lib -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;