dufs: skip may-fail tests
This commit is contained in:
parent
8bc39a24bc
commit
f9badabc3c
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ rustPlatform.buildRustPackage rec {
|
|||
Security
|
||||
];
|
||||
|
||||
checkFlags = [
|
||||
# tests depend on network interface, may fail with virtual IPs.
|
||||
"--skip=validate_printed_urls"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A file server that supports static serving, uploading, searching, accessing control, webdav";
|
||||
homepage = "https://github.com/sigoden/dufs";
|
||||
|
|
Loading…
Reference in a new issue