coreutils: Disable cut-huge-range.sh

+3
+3
pkgs/tools/misc/coreutils/default.nix
··· 73 '' 74 ])) + (optionalString stdenv.isAarch64 '' 75 sed '2i print "Skipping tail assert test"; exit 77' -i ./tests/tail-2/assert.sh 76 ''); 77 78 outputs = [ "out" "info" ];
··· 73 '' 74 ])) + (optionalString stdenv.isAarch64 '' 75 sed '2i print "Skipping tail assert test"; exit 77' -i ./tests/tail-2/assert.sh 76 + 77 + # Sometimes fails: https://github.com/NixOS/nixpkgs/pull/143097#issuecomment-954462584 78 + sed '2i echo Skipping cut huge range test && exit 77' -i ./tests/misc/cut-huge-range.sh 79 ''); 80 81 outputs = [ "out" "info" ];