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.

+3 -1
+3 -1
pkgs/development/tools/rust/rust-analyzer/default.nix
··· 69 passthru = { 70 updateScript = nix-update-script { }; 71 # FIXME: Pass overrided `rust-analyzer` once `buildRustPackage` also implements #119942 72 - tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { }; 73 }; 74 75 meta = with lib; {
··· 69 passthru = { 70 updateScript = nix-update-script { }; 71 # FIXME: Pass overrided `rust-analyzer` once `buildRustPackage` also implements #119942 72 + # FIXME: test script can't find rust std lib so hover doesn't return expected result 73 + # https://github.com/NixOS/nixpkgs/pull/354304 74 + # tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { }; 75 }; 76 77 meta = with lib; {