Merge pull request #204654 from holymonson/dufs

dufs: skip may-fail tests
This commit is contained in:
figsoda
2022-12-06 10:50:34 -05:00
committed by GitHub
+5
View File
@@ -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";