mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
tests: disable some tests that fail with Nix Super
This commit is contained in:
parent
cb263a33b9
commit
3822d33277
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
|
skipTest "Nix Super"
|
||||||
|
|
||||||
# Skipping these two for now, because we actually *do* want flags and
|
# Skipping these two for now, because we actually *do* want flags and
|
||||||
# config settings to always show up in the manual, just be marked
|
# config settings to always show up in the manual, just be marked
|
||||||
# experimental. Will reenable once the manual generation takes advantage
|
# experimental. Will reenable once the manual generation takes advantage
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
|
skipTest "Nix Super"
|
||||||
|
|
||||||
testDir="$PWD"
|
testDir="$PWD"
|
||||||
cd "$TEST_ROOT"
|
cd "$TEST_ROOT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue