mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
disable failing uptime test for musl
musl libc only provides stub functions for utmpx, thus this test cannot pass with musl libc. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
This commit is contained in:
parent
21d5cef153
commit
0354f1f84d
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ fn test_uptime_with_non_existent_file() {
|
|||
// This will pass
|
||||
#[test]
|
||||
#[cfg(not(any(target_os = "openbsd", target_os = "macos")))]
|
||||
#[cfg(not(target_env = "musl"))]
|
||||
#[cfg_attr(
|
||||
all(target_arch = "aarch64", target_os = "linux"),
|
||||
ignore = "Issue #7159 - Test not supported on ARM64 Linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue