coreutils: Disable cut-huge-range.sh

This commit is contained in:
Janne Heß 2021-10-29 13:21:08 +02:00
parent 15c01ca722
commit e165f73601
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -73,6 +73,9 @@ stdenv.mkDerivation (rec {
''
])) + (optionalString stdenv.isAarch64 ''
sed '2i print "Skipping tail assert test"; exit 77' -i ./tests/tail-2/assert.sh
# Sometimes fails: https://github.com/NixOS/nixpkgs/pull/143097#issuecomment-954462584
sed '2i echo Skipping cut huge range test && exit 77' -i ./tests/misc/cut-huge-range.sh
'');
outputs = [ "out" "info" ];