zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f80ca1d66a568617abec97e2adf6ed41723b44c0 (tree)
parent 5722261e6474e8bac5b8cb341b6344100b8514f2
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 11 Oct 2023 11:35:51 -0700

disable flaky test

Diffstat:
Mtest/standalone.zig | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/test/standalone.zig b/test/standalone.zig @@ -84,10 +84,11 @@ pub const build_cases = [_]BuildCase{ .build_root = "test/standalone/test_runner_module_imports", .import = @import("standalone/test_runner_module_imports/build.zig"), }, - .{ - .build_root = "test/standalone/issue_13970", - .import = @import("standalone/issue_13970/build.zig"), - }, + // https://github.com/ziglang/zig/issues/17483 + //.{ + // .build_root = "test/standalone/issue_13970", + // .import = @import("standalone/issue_13970/build.zig"), + //}, .{ .build_root = "test/standalone/main_pkg_path", .import = @import("standalone/main_pkg_path/build.zig"),