Skip to content

Commit

Permalink
Ignore tests asserting Nix documentations
Browse files Browse the repository at this point in the history
They are fragile on different Nix versions.
  • Loading branch information
oxalica committed Aug 6, 2024
1 parent 816aa96 commit 70df371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ide/src/ide/hover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ mod tests {
}

#[test]
#[ignore = "asserts on nix docs"]
fn builtin_global() {
check(
"$0true",
Expand Down Expand Up @@ -408,6 +409,7 @@ mod tests {
}

#[test]
#[ignore = "asserts on nix docs"]
fn builtin_attrpath() {
check(
"builtins.head$0",
Expand Down

0 comments on commit 70df371

Please sign in to comment.