Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22190 from ChayimFriedman2/hangy-test
internal: Ignore another hangy test
Chayim Refael Friedman 4 weeks ago
parent 6507885 · parent feef692 · commit 3a1d2ce
-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 e5d4d7c88e..386edb82f4 100644
--- a/crates/rust-analyzer/tests/slow-tests/flycheck.rs
+++ b/crates/rust-analyzer/tests/slow-tests/flycheck.rs
@@ -76,6 +76,7 @@ fn main() {
}
#[test]
+#[ignore = "this test tends to stuck, FIXME: investigate that"]
fn test_flycheck_diagnostic_with_override_command() {
if skip_slow_tests() {
return;