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

Commit 4b13b10

Browse files
authored
Merge pull request #1495 from Xanewok/disable-racer-test
Disable a spurious Racer test
2 parents e380425 + 1095829 commit 4b13b10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/client.rs

+5
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,11 @@ fn client_test_complete_self_crate_name() {
456456
assert_eq!(item.detail.unwrap(), "pub fn function() -> usize");
457457
}
458458

459+
// Spurious in Rust CI, e.g.
460+
// https://github.com/rust-lang/rust/pull/60730
461+
// https://github.com/rust-lang/rust/pull/61771
462+
// https://github.com/rust-lang/rust/pull/61932
463+
#[ignore]
459464
#[test]
460465
fn client_completion_suggests_arguments_in_statements() {
461466
let p = project("ws_with_test_dir")

0 commit comments

Comments
 (0)