mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
7d55346440
commit
99106b3738
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue