Skip to content

Commit

Permalink
Add FIXME to root ratoml tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alibektas committed Jul 21, 2024
1 parent 4f8735f commit b82e03e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/rust-analyzer/tests/slow-tests/ratoml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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![
Expand Down Expand Up @@ -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![
Expand Down Expand Up @@ -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![
Expand Down Expand Up @@ -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![
Expand Down

0 comments on commit b82e03e

Please sign in to comment.