lol

Merge pull request #204654 from holymonson/dufs

dufs: skip may-fail tests

authored by

figsoda and committed by
GitHub
f3793e52 ea05022a

+5
+5
pkgs/servers/http/dufs/default.nix
··· 23 23 Security 24 24 ]; 25 25 26 + checkFlags = [ 27 + # tests depend on network interface, may fail with virtual IPs. 28 + "--skip=validate_printed_urls" 29 + ]; 30 + 26 31 meta = with lib; { 27 32 description = "A file server that supports static serving, uploading, searching, accessing control, webdav"; 28 33 homepage = "https://github.com/sigoden/dufs";