Skip to content

Commit 3d681c3

Browse files
committed
Temporarily disable TSAN
1 parent 7d7e106 commit 3d681c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ jobs:
496496
build_tsan_free_threading:
497497
name: 'Thread sanitizer (free-threading)'
498498
needs: check_source
499-
if: needs.check_source.outputs.run_tests == 'true'
499+
if: needs.check_source.outputs.run_tests == 'true' && false
500500
uses: ./.github/workflows/reusable-tsan.yml
501501
with:
502502
config_hash: ${{ needs.check_source.outputs.config_hash }}

0 commit comments

Comments
 (0)