21 lines
808 B
Diff
21 lines
808 B
Diff
diff --git a/test/suite/batpipe.sh b/test/suite/batpipe.sh
|
|
index e834f6e..da87411 100644
|
|
--- a/test/suite/batpipe.sh
|
|
+++ b/test/suite/batpipe.sh
|
|
@@ -12,6 +12,7 @@ test:detected_bash_shell() {
|
|
|
|
test:detected_fish_shell() {
|
|
description "Test it can detect a fish shell."
|
|
+ skip "This test fails in the Nix sandbox"
|
|
|
|
# Note: We don't use bash's `-c` option when testing with a fake fish shell.
|
|
# Bash `-c` will automatically exec() into the last process, which loses the
|
|
@@ -28,6 +29,7 @@ test:detected_fish_shell() {
|
|
|
|
test:detected_nu_shell() {
|
|
description "Test it can detect a nushell shell."
|
|
+ skip "This test fails in the Nix sandbox"
|
|
|
|
# Note: We don't use bash's `-c` option when testing with a fake nu shell.
|
|
# Bash `-c` will automatically exec() into the last process, which loses the
|