diff --git a/tests/experimental-features.sh b/tests/experimental-features.sh index 607bf0a8e..2c45de4cc 100644 --- a/tests/experimental-features.sh +++ b/tests/experimental-features.sh @@ -1,5 +1,7 @@ source common.sh +skipTest "Nix Super" + # Skipping these two for now, because we actually *do* want flags and # config settings to always show up in the manual, just be marked # experimental. Will reenable once the manual generation takes advantage diff --git a/tests/repl.sh b/tests/repl.sh index 2b3789521..d71fbe786 100644 --- a/tests/repl.sh +++ b/tests/repl.sh @@ -1,5 +1,7 @@ source common.sh +skipTest "Nix Super" + testDir="$PWD" cd "$TEST_ROOT"