8000 Merge pull request #1504 from Xanewok/disable-find-definitions-test · rust-lang/rls@124483d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 124483d

Browse files
authored
Merge pull request #1504 from Xanewok/disable-find-definitions-test
Disable client_find_definitions
2 parents 597c9be + c5a335b commit 124483d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ fn client_lens_run() {
995995
}
996996

997997
#[test]
998+
#[ignore] // Spurious in Rust CI, https://github.com/rust-lang/rust/issues/62225
998999
fn client_find_definitions() {
9991000
const SRC: &str = r#"
10001001
struct Foo {

0 commit comments

Comments
 (0)
0