From 99106b37387c77c365dd9a0079c11816c587bf22 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 20 Jun 2024 09:26:43 +0300 Subject: [PATCH] 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 --- gnu/packages/crates-io.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ (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"