libarchive: disable test_write_disk_hardlink test

fails on darwin hydra
This commit is contained in:
Robert Scott 2022-04-25 20:34:51 +01:00
parent 1fe6b64349
commit 6a58a9425a

View File

@ -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