diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index ad33b3b4..d3b199a1 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -38,6 +38,9 @@ let inherit (pkgs.stdenv) hostPlatform; disabled = [ + # 2025-11-15 build failure + "ansible-lint" + # DEPRECATED SERVERS # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua "ruff_lsp" 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 6745bffd..cf5b7ea5 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -23,6 +23,9 @@ ]; brokenTools = [ + # 2025-11-15 build failure + "ansible_lint" + #TODO Added 2025-04-01 # php-cs-fixer is marked as broken "php_cs_fixer" 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 eaac3a19..18672110 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -106,6 +106,9 @@ sources = let disabled = [ + # 2025-11-15 build failure + "ansiblelint" + #TODO Added 2025-04-01 # php-cs-fixer is marked as broken "phpcsfixer"