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

Disable a spurious Racer test #1495

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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