Skip to content

Commit

Permalink
rust-analyzer-unwrapped: disable broken test
Browse files Browse the repository at this point in the history
Currently fails to find std lib in neovim environment so hover doesn't
contain type information needed to successfully pass the test.
  • Loading branch information
khaneliman committed Nov 16, 2024
1 parent e03d19e commit 1125df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/rust-analyzer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ 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 { };
# tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { };
};

meta = with lib; {
Expand Down

0 comments on commit 1125df6

Please sign in to comment.