Skip to content

Commit b82e03e

Browse files
committed
Add FIXME to root ratoml tests.
1 parent 4f8735f commit b82e03e

File tree

1 file changed

+4
-0
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+4
-0
lines changed

crates/rust-analyzer/tests/slow-tests/ratoml.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ pub fn add(left: usize, right: usize) -> usize {
579579
}
580580

581581
#[test]
582+
#[ignore = "Root ratomls are not being looked for on startup. Fix this."]
582583
fn ratoml_rm_ws_root_ratoml_child_has_client_as_parent_now() {
583584
let mut server = RatomlTest::new(
584585
vec![
@@ -807,6 +808,7 @@ enum Value {
807808
/// Having a ratoml file at the root of a project enables
808809
/// configuring global level configurations as well.
809810
#[test]
811+
#[ignore = "Root ratomls are not being looked for on startup. Fix this."]
810812
fn ratoml_in_root_is_global() {
811813
let server = RatomlTest::new(
812814
vec![
@@ -835,6 +837,7 @@ fn main() {
835837
}
836838

837839
#[test]
840+
#[ignore = "Root ratomls are not being looked for on startup. Fix this."]
838841
fn ratoml_root_is_updateable() {
839842
let mut server = RatomlTest::new(
840843
vec![
@@ -865,6 +868,7 @@ fn main() {
865868
}
866869

867870
#[test]
871+
#[ignore = "Root ratomls are not being looked for on startup. Fix this."]
868872
fn ratoml_root_is_deletable() {
869873
let mut server = RatomlTest::new(
870874
vec![

0 commit comments

Comments
 (0)