mirror of
https://github.com/NixOS/nix
synced 2025-07-09 07:53:55 +02:00
tests/functional: Skip tests that don't work in NixOS environment yet
This commit is contained in:
parent
211aec473e
commit
8557d79650
96 changed files with 190 additions and 0 deletions
|
@ -4,6 +4,8 @@ source common.sh
|
|||
# This test is run by `tests/functional/nested-sandboxing/runner.nix` in an extra layer of sandboxing.
|
||||
[[ -d /nix/store ]] || skipTest "running this test without Nix's deps being drawn from /nix/store is not yet supported"
|
||||
|
||||
TODO_NixOS
|
||||
|
||||
requireSandboxSupport
|
||||
|
||||
source ./nested-sandboxing/command.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue