From 606c7bcc89dd42be52661fe0a7626803e992308b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 5 Oct 2025 02:13:21 +0200 Subject: [PATCH] test: disable standalone tsan test https://github.com/ziglang/zig/issues/25471 --- test/standalone/build.zig.zon | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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", },