Skip to content

Commit

Permalink
libarchive: disable failing test
Browse files Browse the repository at this point in the history
We have seen this before on our Hydra. Skip it to move the glibc
security patch forward.
  • Loading branch information
dpausp committed Oct 5, 2023
1 parent 6b98a87 commit 7899ff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/libarchive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ assert xarSupport -> libxml2 != null;
# access-time-related tests flakey on some systems
"cpio/test/test_option_a.c"
"cpio/test/test_option_t.c"
# FCIO: fails on our hydra.
# FCIO: We have seen this before, see ad46d880fcb1ba627965cd30d0a940e99f6f6e39 in fc-nixos.
"cpio/test/test_format_newc.c"
];
removeTest = testPath: ''
substituteInPlace Makefile.am --replace "${testPath}" ""
Expand Down

0 comments on commit 7899ff5

Please sign in to comment.