mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:57:46 +00:00
fclones: skip flaky test
This commit is contained in:
parent
7c25acd677
commit
6a07ce71b6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user