diff --git a/pkgs/tools/misc/fclones/default.nix b/pkgs/tools/misc/fclones/default.nix index 119c0df1e9e8..29479cdce9eb 100644 --- a/pkgs/tools/misc/fclones/default.nix +++ b/pkgs/tools/misc/fclones/default.nix @@ -27,6 +27,11 @@ rustPlatform.buildRustPackage rec { # device::test_physical_device_name test fails on Darwin doCheck = !stdenv.isDarwin; + checkFlags = [ + # ofborg sometimes fails with "Resource temporarily unavailable" + "--skip=cache::test::return_none_if_different_transform_was_used" + ]; + meta = with lib; { description = "Efficient Duplicate File Finder and Remover"; homepage = "https://github.com/pkolaczk/fclones";