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 c1f699d9..e4564f41 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -35,6 +35,9 @@ # ansible-compat is broken # Fixed by https://github.com/NixOS/nixpkgs/pull/369664 "ansible_lint" + # TODO: added 2024-12-31 + # Fixed by https://github.com/NixOS/nixpkgs/pull/369681 + "clazy" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13 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 de6b489e..f58e7481 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -129,6 +129,9 @@ # ansible-compat is broken # Fixed by https://github.com/NixOS/nixpkgs/pull/369664 "ansiblelint" + # TODO: added 2024-12-31 + # Fixed by https://github.com/NixOS/nixpkgs/pull/369681 + "clazy" ] ++ (lib.optionals pkgs.stdenv.isDarwin [ # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin