rust-analyzer-unwrapped: disable broken test

Currently fails to find std lib in neovim environment so hover doesn't
contain type information needed to successfully pass the test.
This commit is contained in:
Austin Horstman 2024-11-15 23:32:51 -06:00
parent 17e3fab2ff
commit 198cd91956
No known key found for this signature in database

View File

@ -69,7 +69,9 @@ rustPlatform.buildRustPackage rec {
passthru = {
updateScript = nix-update-script { };
# FIXME: Pass overrided `rust-analyzer` once `buildRustPackage` also implements #119942
tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { };
# FIXME: test script can't find rust std lib so hover doesn't return expected result
# https://github.com/NixOS/nixpkgs/pull/354304
# tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { };
};
meta = with lib; {