mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
fish: disable test that fails on x86_64-darwin
This commit is contained in:
@@ -234,6 +234,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
rm tests/pexpects/job_summary.py
|
rm tests/pexpects/job_summary.py
|
||||||
rm tests/pexpects/signals.py
|
rm tests/pexpects/signals.py
|
||||||
rm tests/pexpects/fg.py
|
rm tests/pexpects/fg.py
|
||||||
|
rm tests/checks/fish_exit.fish
|
||||||
''
|
''
|
||||||
+ lib.optionalString (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isDarwin) ''
|
+ lib.optionalString (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isDarwin) ''
|
||||||
# This test seems to consistently fail on aarch64 and darwin
|
# This test seems to consistently fail on aarch64 and darwin
|
||||||
|
|||||||
Reference in New Issue
Block a user