diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-06-20 09:26:43 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-07-19 00:47:14 +0300 |
commit | 99106b37387c77c365dd9a0079c11816c587bf22 (patch) | |
tree | c9b233577110cfaf041296dd557a87524c472d8a /gnu/packages/crates-io.scm | |
parent | 7d55346440cee34b90140aa2f861fc57bde931fa (diff) | |
download | guix-99106b37387c77c365dd9a0079c11816c587bf22.tar guix-99106b37387c77c365dd9a0079c11816c587bf22.tar.gz |
gnu: rust-sysinfo-0.28: Adjust skipped tests.
* gnu/packages/crates-io.scm (rust-sysinfo-0.28)[arguments]: Adjust
cargo-test-flags to skip another test.
Change-Id: I785c40e02173d23faf90388cfbe3f614955af3d8
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" |