fish: disable flaky pexpect tests on aarch64-linux
This commit is contained in:
parent
ec85f68183
commit
7a20bf0471
1 changed files with 4 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue