mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ccache: disable test.fileclone unconditionally
Seems to fail consistently on zfs. This aligns with the comment that the failure might depend on the filesystem.
This commit is contained in:
parent
5e9102e8d1
commit
e8e3913fa8
1 changed files with 1 additions and 1 deletions
|
@ -95,10 +95,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
disabledTests =
|
||||
[
|
||||
"test.trim_dir" # flaky on hydra (possibly filesystem-specific?)
|
||||
"test.fileclone" # flaky on hydra, also seems to fail on zfs
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"test.basedir"
|
||||
"test.fileclone" # flaky on hydra (possibly filesystem-specific?)
|
||||
"test.multi_arch"
|
||||
"test.nocpp2"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue