]> 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:28:15 +0000 (13:28 +1000)
committerMark Andrews <marka@isc.org>
Wed, 16 Sep 2020 03:28:15 +0000 (13:28 +1000)
.gitlab-ci.yml

index 15c7c20fde054634a103339c8c3a10f0b8cd7b4d..6681f3ee344d20f5f88ed20ea32e65beeed8682d 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 {} \;