dufs: skip may-fail tests

This commit is contained in:
Monson Shao 2022-12-06 00:14:36 +08:00
parent 8bc39a24bc
commit f9badabc3c
No known key found for this signature in database
GPG key ID: 163271C707982C65

View file

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