1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

tests: disable docker-language-server (build failure)

Fixed in https://github.com/NixOS/nixpkgs/pull/458418
This commit is contained in:
Gaetan Lepage 2025-11-06 23:33:40 +01:00 committed by Gaétan Lepage
parent 6aa891918a
commit a38fba5880
2 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,10 @@ let
disabledTests = [
# 2025-10-12 dependency mbedtls is marked as insecure
"haxe"
# 2025-11-06 build failure
# Fixed in https://github.com/NixOS/nixpkgs/pull/458418
"docker-language-server"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# "tabnine"

View file

@ -40,6 +40,10 @@ let
# TODO: 2025-07-25 build failure
"mint"
# TODO: 2025-11-06 build failure
# Fixed in https://github.com/NixOS/nixpkgs/pull/458418
"docker_language_server"
# DEPRECATED SERVERS
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp"