File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
crates/rust-analyzer/tests/slow-tests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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." ]
582583fn 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." ]
810812fn 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." ]
838841fn 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." ]
868872fn ratoml_root_is_deletable ( ) {
869873 let mut server = RatomlTest :: new (
870874 vec ! [
You can’t perform that action at this time.
0 commit comments