Commit 606c7bcc89

Alex Rønne Petersen <alex@alexrp.com>
2025-10-05 02:13:21
test: disable standalone tsan test
https://github.com/ziglang/zig/issues/25471
1 parent 97fa0e3
Changed files (1)
test
standalone
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",
         },