]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove 'allow_failure: true' from unit tsan tests
authorMark Andrews <marka@isc.org>
Wed, 16 Sep 2020 03:29:00 +0000 (13:29 +1000)
committerMark Andrews <marka@isc.org>
Wed, 16 Sep 2020 03:29:00 +0000 (13:29 +1000)
.gitlab-ci.yml

index d1f7b4806eb74e1ccf2e2ac6eb0163a57b4a238c..db18b835ec149b8459f78611de11e30ac0596af5 100644 (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 {} \;