diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index efad187d..9c0bc02d 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -19,6 +19,9 @@ "phpstan" ] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ + # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin + # TODO: re-enable this test when fixed + "ansible_lint" # As of 2024-01-04, cbfmt is broken on darwin # TODO: re-enable this test when fixed "cbfmt" diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index 4db46cfd..fc62f04f 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -105,6 +105,9 @@ "rubyfmt" ]) ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [ + # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin + # TODO: re-enable this test when fixed + "ansible_lint" "clazy" "gdformat" "gdlint"