From fce7878a9149caa80433e6d650e0bd7f60d345fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 4 Feb 2026 11:11:39 +0100 Subject: [PATCH] test: disable hexagon-linux-musl C ABI tests for now https://gitlab.com/qemu-project/qemu/-/issues/3291 --- test/tests.zig | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index ede30a131d..81fc9ae7d0 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1714,13 +1714,14 @@ const c_abi_targets = blk: { }, }, - .{ - .target = .{ - .cpu_arch = .hexagon, - .os_tag = .linux, - .abi = .musl, - }, - }, + // https://gitlab.com/qemu-project/qemu/-/issues/3291 + // .{ + // .target = .{ + // .cpu_arch = .hexagon, + // .os_tag = .linux, + // .abi = .musl, + // }, + // }, .{ .target = .{