Skip to content

Commit f80ca1d

Browse files
committed
disable flaky test
1 parent 5722261 commit f80ca1d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/standalone.zig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ pub const build_cases = [_]BuildCase{
8484
.build_root = "test/standalone/test_runner_module_imports",
8585
.import = @import("standalone/test_runner_module_imports/build.zig"),
8686
},
87-
.{
88-
.build_root = "test/standalone/issue_13970",
89-
.import = @import("standalone/issue_13970/build.zig"),
90-
},
87+
// https://github.com/ziglang/zig/issues/17483
88+
//.{
89+
// .build_root = "test/standalone/issue_13970",
90+
// .import = @import("standalone/issue_13970/build.zig"),
91+
//},
9192
.{
9293
.build_root = "test/standalone/main_pkg_path",
9394
.import = @import("standalone/main_pkg_path/build.zig"),

0 commit comments

Comments
 (0)