diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index ae238d4c..ff57e59d 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -45,6 +45,10 @@ let "ruff_lsp" "bufls" "typst_lsp" + + # 2025-04-29: oelint-adv is broken + # TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/402760 lands + "bitbake_language_server" ] ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ # TODO: 2025-04-20 build failure (swift-corelibs-xctest)