diff --git a/test/tests.zig b/test/tests.zig index 85cbc63105..d7b36f522b 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -291,30 +291,6 @@ const test_targets = blk: { .link_libc = true, }, - .{ - .target = .{ - .cpu_arch = .aarch64_be, - .os_tag = .linux, - .abi = .none, - }, - }, - .{ - .target = .{ - .cpu_arch = .aarch64_be, - .os_tag = .linux, - .abi = .musl, - }, - .link_libc = true, - }, - .{ - .target = .{ - .cpu_arch = .aarch64_be, - .os_tag = .linux, - .abi = .gnu, - }, - .link_libc = true, - }, - .{ .target = .{ .cpu_arch = .arm,