1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

tests/functional: Skip tests that don't work in NixOS environment yet

This commit is contained in:
Robert Hensing 2024-06-16 12:51:46 +02:00
parent 211aec473e
commit 8557d79650
96 changed files with 190 additions and 0 deletions

View file

@ -15,6 +15,8 @@ declare -a storesBad=(
"$storeBadRoot" "$storeBadLower" "$storeBadUpper"
)
TODO_NixOS
for i in "${storesBad[@]}"; do
echo $i
unshare --mount --map-root-user bash <<EOF