Unverified Commit e8e3913f authored by Sergei Zimmerman's avatar Sergei Zimmerman
Browse files

ccache: disable test.fileclone unconditionally

Seems to fail consistently on zfs. This aligns with
the comment that the failure might depend on the filesystem.
parent 5e9102e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    ];