mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 02:10:27 +08:00
fish: disable test that fails on x86_64-darwin
(cherry picked from commit e7c2739832)
This commit is contained in:
committed by
github-actions[bot]
parent
a2741f7b82
commit
ad539dc007
@@ -234,6 +234,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
rm tests/pexpects/job_summary.py
|
||||
rm tests/pexpects/signals.py
|
||||
rm tests/pexpects/fg.py
|
||||
rm tests/checks/fish_exit.fish
|
||||
''
|
||||
+ lib.optionalString (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isDarwin) ''
|
||||
# This test seems to consistently fail on aarch64 and darwin
|
||||
|
||||
Reference in New Issue
Block a user