Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22035 from ChayimFriedman2/hangy-test
minor: Ignore a hangy test
Chayim Refael Friedman 6 weeks ago
parent 378af59 · parent e5da36a · commit f539111
-rw-r--r--crates/rust-analyzer/tests/slow-tests/flycheck.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/tests/slow-tests/flycheck.rs b/crates/rust-analyzer/tests/slow-tests/flycheck.rs
index c6f1f81139..e5d4d7c88e 100644
--- a/crates/rust-analyzer/tests/slow-tests/flycheck.rs
+++ b/crates/rust-analyzer/tests/slow-tests/flycheck.rs
@@ -112,6 +112,7 @@ fn main() {}
}
#[test]
+#[ignore = "this test tends to stuck, FIXME: investigate that"]
fn test_flycheck_diagnostics_with_override_command_cleared_after_fix() {
if skip_slow_tests() {
return;