Commit dfe88369 by FritzFlorian

Disable tsan in CI temporarily.

Tsan needs the fix for not leaking fibers on the server to work properly.
Disable the tests until we can somehow easily get a build of it on the CI server.
parent 2d470f1c
Pipeline #1430 failed with stages
in 31 seconds
......@@ -18,10 +18,11 @@ run_tests:
script:
./ci_scripts/run_tests.sh
run_thread_sanitizer:
stage: sanitizer
script:
./ci_scripts/run_thread_sanitizer.sh
# Disable until we can get a clang with the tsan patch for fibers on the CI server
#run_thread_sanitizer:
# stage: sanitizer
# script:
# ./ci_scripts/run_thread_sanitizer.sh
run_address_sanitizer:
stage: sanitizer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment