tests/plugins/efmls: disable ZLint tool on aarch64-darwin (zig-zlint failing to build)

This commit is contained in:
Gaetan Lepage 2025-07-25 17:13:14 +02:00
parent 504df56896
commit 4ef4e70568

View file

@ -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"