From 3822d332776b28c3a3f8d10f0484e800bbea7eae Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 May 2023 23:37:56 +0200 Subject: [PATCH] tests: disable some tests that fail with Nix Super --- tests/experimental-features.sh | 2 ++ tests/repl.sh | 2 ++ 2 files changed, 4 insertions(+) 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"