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

Commit 9d4e7f5

Browse files
authored
Merge pull request #1522 from Xanewok/ignore-test
Ignore spurious client_deglob test
2 parents 005cd34 + ed5c811 commit 9d4e7f5

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
@@ -1126,6 +1126,7 @@ fn client_find_definitions() {
11261126
}
11271127

11281128
#[test]
1129+
#[ignore] // Spurious in Rust CI, https://github.com/rust-lang/rust/pull/62805
11291130
fn client_deglob() {
11301131
let p = ProjectBuilder::try_from_fixture(fixtures_dir().join("deglob")).unwrap().build();
11311132
let root_path = p.root();

0 commit comments

Comments
 (0)