mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #204654 from holymonson/dufs
dufs: skip may-fail tests
This commit is contained in:
commit
f3793e52e1
@ -23,6 +23,11 @@ rustPlatform.buildRustPackage rec {
|
|||||||
Security
|
Security
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkFlags = [
|
||||||
|
# tests depend on network interface, may fail with virtual IPs.
|
||||||
|
"--skip=validate_printed_urls"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A file server that supports static serving, uploading, searching, accessing control, webdav";
|
description = "A file server that supports static serving, uploading, searching, accessing control, webdav";
|
||||||
homepage = "https://github.com/sigoden/dufs";
|
homepage = "https://github.com/sigoden/dufs";
|
||||||
|
Loading…
Reference in New Issue
Block a user