fish: disable flaky pexpect test on darwin

This commit is contained in:
Cole Helbling 2023-03-25 13:03:48 -07:00
parent b27114d16b
commit 75cf58e348

View file

@ -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