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:
parent
6aa891918a
commit
a38fba5880
2 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue