mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
test: disable standalone tsan test
https://github.com/ziglang/zig/issues/25471
This commit is contained in:
parent
97fa0e3ebd
commit
606c7bcc89
1 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue