From 6597afe2097ba07fdf515a541a2a02a7e06768cd Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 7 May 2025 22:43:05 +0200 Subject: [PATCH] tests/lsp: disable ols test because odin is broken https://github.com/NixOS/nixpkgs/pull/404919 --- tests/lsp-servers.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index ae238d4c..7384786d 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -40,6 +40,10 @@ let disabled = [ + # TODO: 2025-05-07: odin is broken + # Fixed in https://github.com/NixOS/nixpkgs/pull/404919 + "ols" + # DEPRECATED SERVERS # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua "ruff_lsp"