tests/lsp-servers: disable bitbake_language_server (build failure)

This commit is contained in:
Gaetan Lepage 2025-04-29 10:14:53 +02:00
parent 8ffba233d6
commit cd3cbb1e26

View file

@ -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)