From c82648bb9e488fdf6084e79fba503bdd98ce8841 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 16 Sep 2020 13:29:00 +1000 Subject: [PATCH] remove 'allow_failure: true' from unit tsan tests --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f7b4806e..db18b835ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 {} \;