From 4f72d5c43e734e489819b048f8999860638ae1b3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 21 Apr 2025 00:34:56 +0200 Subject: [PATCH] tests/{none-ls,efmls-configs}: disable ansible-lint (build failure) --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 3 +++ tests/test-sources/plugins/by-name/none-ls/default.nix | 4 ++++ 2 files changed, 7 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 b558c86f..80770629 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -44,6 +44,9 @@ # TODO: re-enable those tests when fixed "chktex" "latexindent" + + # TODO 2025-04-20 build failure + "ansible_lint" ] ++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [ # As of 2025-03-18, several python311Packages.* dependencies of bashate fail on aarch64-darwin diff --git a/tests/test-sources/plugins/by-name/none-ls/default.nix b/tests/test-sources/plugins/by-name/none-ls/default.nix index 59424f4e..eeddf45c 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -117,6 +117,10 @@ # TODO: 2025-04-20 build failure (swift-corelibs-xctest) "swift_format" + ] + ++ lib.optionals hostPlatform.isDarwin [ + # TODO 2025-04-20 build failure + "ansiblelint" ]; in # Enable every none-ls source that has an option