summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-03-25 13:03:48 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-25 13:03:48 -0700
commit75cf58e348d9c15d555c6c7f155cd7092f2d4838 (patch)
tree9088758bb2ec46bae7ffe3903a4fc750d8c147aa /pkgs/shells/fish
parentb27114d16bb4fb0f05ceb1679c163abeff93455e (diff)
downloadnixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.tar
nixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.tar.gz
nixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.tar.bz2
nixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.tar.lz
nixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.tar.xz
nixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.tar.zst
nixpkgs-75cf58e348d9c15d555c6c7f155cd7092f2d4838.zip
fish: disable flaky pexpect test on darwin
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index 2e631fecb28..cd8fe4d0ca2 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -181,6 +181,10 @@ let
       rm tests/pexpects/exit.py
       rm tests/pexpects/job_summary.py
       rm tests/pexpects/signals.py
+
+      # pexpect tests are flaky in general
+      # See https://github.com/fish-shell/fish-shell/issues/8789
+      rm tests/pexpects/bind.py
     '' + lib.optionalString stdenv.isLinux ''
       # pexpect tests are flaky on aarch64-linux (also x86_64-linux)
       # See https://github.com/fish-shell/fish-shell/issues/8789