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

Commit

Permalink
Merge pull request #1495 from Xanewok/disable-racer-test
Browse files Browse the repository at this point in the history
Disable a spurious Racer test
  • Loading branch information
Xanewok authored Jun 19, 2019
2 parents e380425 + 1095829 commit 4b13b10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ fn client_test_complete_self_crate_name() {
assert_eq!(item.detail.unwrap(), "pub fn function() -> usize");
}

// Spurious in Rust CI, e.g.
// https://github.com/rust-lang/rust/pull/60730
// https://github.com/rust-lang/rust/pull/61771
// https://github.com/rust-lang/rust/pull/61932
#[ignore]
#[test]
fn client_completion_suggests_arguments_in_statements() {
let p = project("ws_with_test_dir")
Expand Down

0 comments on commit 4b13b10

Please sign in to comment.