mirror of
https://github.com/oxalica/nil.git
synced 2024-11-22 02:55:39 +03:00
Ignore tests asserting Nix documentations
They are fragile on different Nix versions.
This commit is contained in:
parent
816aa96668
commit
70df371289
@ -329,6 +329,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "asserts on nix docs"]
|
||||
fn builtin_global() {
|
||||
check(
|
||||
"$0true",
|
||||
@ -408,6 +409,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "asserts on nix docs"]
|
||||
fn builtin_attrpath() {
|
||||
check(
|
||||
"builtins.head$0",
|
||||
|
Loading…
Reference in New Issue
Block a user