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

This reverts commit a38fba5880.
This commit is contained in:
Gaetan Lepage 2025-11-09 10:53:51 +01:00 committed by Matt Sturgeon
parent 6e2512f65a
commit 7cfbc99c6b
2 changed files with 0 additions and 8 deletions

View file

@ -15,10 +15,6 @@ 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,10 +40,6 @@ 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"