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

Commit c5a335b

Browse files
committed
Disable client_find_definitions
Since switching CI to Azure Pipelines it seems that this test seems to fail more consistently, so let's disable that for now. It helps that we have less than a week before release - we disallow PRs that break the tools to land in this period, so this makes landing critical PRs smoother now.
1 parent 597c9be commit c5a335b

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)