Skip to content

Commit 70df371

Browse files
committed
Ignore tests asserting Nix documentations
They are fragile on different Nix versions.
1 parent 816aa96 commit 70df371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ide/src/ide/hover.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ mod tests {
329329
}
330330

331331
#[test]
332+
#[ignore = "asserts on nix docs"]
332333
fn builtin_global() {
333334
check(
334335
"$0true",
@@ -408,6 +409,7 @@ mod tests {
408409
}
409410

410411
#[test]
412+
#[ignore = "asserts on nix docs"]
411413
fn builtin_attrpath() {
412414
check(
413415
"builtins.head$0",

0 commit comments

Comments
 (0)