diff --git a/test/tests.zig b/test/tests.zig index 45fffc7dc276c718bf004d25a2485339abb75ebb..9b39b363939b0255ef9a987a8aab04b2d06db6c5 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -275,13 +275,14 @@ const test_targets = blk: { // .link_libc = true, //}, - .{ - .target = .{ - .cpu_arch = .mips, - .os_tag = .linux, - .abi = .none, - }, - }, + // https://github.com/ziglang/zig/issues/16846 + //.{ + // .target = .{ + // .cpu_arch = .mips, + // .os_tag = .linux, + // .abi = .none, + // }, + //}, .{ .target = .{ @@ -302,13 +303,14 @@ const test_targets = blk: { // .link_libc = true, //}, - .{ - .target = .{ - .cpu_arch = .mipsel, - .os_tag = .linux, - .abi = .none, - }, - }, + // https://github.com/ziglang/zig/issues/16846 + //.{ + // .target = .{ + // .cpu_arch = .mipsel, + // .os_tag = .linux, + // .abi = .none, + // }, + //}, .{ .target = .{