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
This commit is contained in:
Efraim Flashner 2024-06-20 09:26:43 +03:00
parent 7d55346440
commit 99106b3738
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -76956,7 +76956,9 @@ (define-public rust-sysinfo-0.28
(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"