From b82e03eee5829f8b45427b1a4efe12e87efa6175 Mon Sep 17 00:00:00 2001 From: Ali Bektas Date: Mon, 22 Jul 2024 01:39:13 +0200 Subject: [PATCH] Add FIXME to root ratoml tests. --- crates/rust-analyzer/tests/slow-tests/ratoml.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/rust-analyzer/tests/slow-tests/ratoml.rs b/crates/rust-analyzer/tests/slow-tests/ratoml.rs index 9e9e418f5111..3b05138e1872 100644 --- a/crates/rust-analyzer/tests/slow-tests/ratoml.rs +++ b/crates/rust-analyzer/tests/slow-tests/ratoml.rs @@ -579,6 +579,7 @@ pub fn add(left: usize, right: usize) -> usize { } #[test] +#[ignore = "Root ratomls are not being looked for on startup. Fix this."] fn ratoml_rm_ws_root_ratoml_child_has_client_as_parent_now() { let mut server = RatomlTest::new( vec![ @@ -807,6 +808,7 @@ enum Value { /// Having a ratoml file at the root of a project enables /// configuring global level configurations as well. #[test] +#[ignore = "Root ratomls are not being looked for on startup. Fix this."] fn ratoml_in_root_is_global() { let server = RatomlTest::new( vec![ @@ -835,6 +837,7 @@ fn main() { } #[test] +#[ignore = "Root ratomls are not being looked for on startup. Fix this."] fn ratoml_root_is_updateable() { let mut server = RatomlTest::new( vec![ @@ -865,6 +868,7 @@ fn main() { } #[test] +#[ignore = "Root ratomls are not being looked for on startup. Fix this."] fn ratoml_root_is_deletable() { let mut server = RatomlTest::new( vec![