libarchive: disable test_write_disk_hardlink test

fails on darwin hydra
main
Robert Scott 2 years ago
parent 1fe6b64349
commit 6a58a9425a
  1. 2
      pkgs/development/libraries/libarchive/default.nix

@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
'test_write_disk_perms'
# can't be sure builder will have sparse-capable fs
'test_sparse_basic'
# can't even be sure builder will have hardlink-capable fs
'test_write_disk_hardlink'
)
for test_name in "''${skip_tests[@]}" ; do

Loading…
Cancel
Save