test: disable standalone tsan test

https://github.com/ziglang/zig/issues/25471
This commit is contained in:
Alex Rønne Petersen 2025-10-05 02:13:21 +02:00
parent 97fa0e3ebd
commit 606c7bcc89
No known key found for this signature in database

View File

@ -189,9 +189,10 @@
.run_cwd = .{
.path = "run_cwd",
},
.tsan = .{
.path = "tsan",
},
// https://github.com/ziglang/zig/issues/25471
// .tsan = .{
// .path = "tsan",
// },
.posix = .{
.path = "posix",
},