diff --git a/.github/workflows/tsan.yml b/.github/workflows/tsan.yml index 1a0a941cf8e..8a38e18eb5d 100644 --- a/.github/workflows/tsan.yml +++ b/.github/workflows/tsan.yml @@ -96,6 +96,7 @@ jobs: cmake --build cmake.output --target checkcfg -- -j $(nproc) - name: Run CTest + if: false # TODO: test-filelist fails with data race in pthread_cond_destroy run: | ctest --test-dir cmake.output --output-on-failure -j$(nproc)