diff options
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9b44ff8bc3..5e190b2caf 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -76956,7 +76956,9 @@ processors, disks, components and networks.") (arguments `(#:cargo-test-flags (list "--release" "--" - ;; These files aren't available in the build environment. + ;; These tests rely on networking, on UIDs and GIDs not + ;; in the build environment, or on unavailable files. + "--skip=test::check_all_process_uids_resolvable" "--skip=test::check_system_info" "--skip=test::check_uid_gid" "--skip=test_networks" |