tests/lsp: disable ols test because odin is broken

https://github.com/NixOS/nixpkgs/pull/404919
This commit is contained in:
Gaetan Lepage 2025-05-07 22:43:05 +02:00
parent 60f9ddf369
commit 6597afe209

View file

@ -40,6 +40,10 @@ let
disabled = disabled =
[ [
# TODO: 2025-05-07: odin is broken
# Fixed in https://github.com/NixOS/nixpkgs/pull/404919
"ols"
# DEPRECATED SERVERS # DEPRECATED SERVERS
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp" "ruff_lsp"