mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
gnupatch: disable flaky test
Fixes #525260
(cherry picked from commit 64ae7d0e37)
This commit is contained in:
committed by
github-actions[bot]
parent
54bed9bb6c
commit
cebcbaab7a
@@ -15,8 +15,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-+Hzuae7CtPy/YKOWsDCtaqNBXxkqpffuhMrV4R9/WuM=";
|
||||
};
|
||||
|
||||
# This test is filesystem-dependent - observed failing on ZFS
|
||||
postPatch = lib.optionalString stdenv.hostPlatform.isFreeBSD ''
|
||||
# This test is filesystem-dependent - observed failing on ZFS.
|
||||
# It is also just plain flaky: it has been observed failing about 10%
|
||||
# of the time on btrfs and ext4 too.
|
||||
postPatch = ''
|
||||
sed -E -i -e '/bad-filenames/d' tests/Makefile.am
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user