From 75cf58e348d9c15d555c6c7f155cd7092f2d4838 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Sat, 25 Mar 2023 13:03:48 -0700 Subject: [PATCH] fish: disable flaky pexpect test on darwin --- pkgs/shells/fish/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index 2e631fecb288..cd8fe4d0ca26 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