diff --git a/test/standalone/build.zig.zon b/test/standalone/build.zig.zon index a7c77f94d0..79b12385c2 100644 --- a/test/standalone/build.zig.zon +++ b/test/standalone/build.zig.zon @@ -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", },