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:
Sergei Zimmerman 2025-05-10 18:51:24 +00:00
parent 5e9102e8d1
commit e8e3913fa8
No known key found for this signature in database
GPG key ID: A9B0B557CA632325

View file

@ -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"
];