mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 03:57:31 +00:00
libarchive: disable test_write_disk_hardlink test
fails on darwin hydra
This commit is contained in:
parent
1fe6b64349
commit
6a58a9425a
@ -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…
Reference in New Issue
Block a user