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: I785c40e02173d23faf90388cfbe3f614955af3d8master
parent
7d55346440
commit
99106b3738
|
@ -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"
|
||||
|
|
Reference in New Issue