summary refs log tree commit diff
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2022-03-15 21:21:14 +0800
committerCole Helbling <cole.e.helbling@outlook.com>2022-03-15 17:14:08 -0700
commit7a20bf04710c1da22b72c4dde8bb2ee77e6801e2 (patch)
treeea15a544ed47ea85b06c254fe087215b6ee5e894
parentec85f68183dc2e781c56d1cb3c14fc19b9618ac9 (diff)
downloadnixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.tar
nixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.tar.gz
nixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.tar.bz2
nixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.tar.lz
nixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.tar.xz
nixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.tar.zst
nixpkgs-7a20bf04710c1da22b72c4dde8bb2ee77e6801e2.zip
fish: disable flaky pexpect tests on aarch64-linux
-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 b26695cab0e..e320b920cfa 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -180,6 +180,10 @@ let
       rm tests/pexpects/exit.py
       rm tests/pexpects/job_summary.py
       rm tests/pexpects/signals.py
+    '' + lib.optionalString (stdenv.isLinux && stdenv.isAarch64) ''
+      # pexpect tests are flaky on aarch64-linux
+      # See https://github.com/fish-shell/fish-shell/issues/8789
+      rm tests/pexpects/exit_handlers.py
     '';
 
     nativeBuildInputs = [