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