From 4ef4e70568d8eed4a424daa5f6b78ea8fd98cd03 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 25 Jul 2025 17:13:14 +0200 Subject: [PATCH] tests/plugins/efmls: disable ZLint tool on aarch64-darwin (zig-zlint failing to build) --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-sources/plugins/by-name/efmls-configs/default.nix b/tests/test-sources/plugins/by-name/efmls-configs/default.nix index f4dca271..8e8b987f 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -53,6 +53,9 @@ "ansible_lint" ] ++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [ + # As of 2025-07-25, zig-zlint is failing on aarch64-darwin + "ZLint" + # As of 2025-03-18, several python311Packages.* dependencies of bashate fail on aarch64-darwin # TODO: re-enable this test when fixed "bashate"