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
commit f3793e52e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";