fish: disable flaky pexpect tests on aarch64-linux

This commit is contained in:
Kid
2022-03-15 17:14:08 -07:00
committed by Cole Helbling
parent ec85f68183
commit 7a20bf0471
+4
View File
@@ -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 = [