1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

users and who: ignore failing tests for now

This commit is contained in:
Justin Tracey 2022-03-06 17:46:52 -05:00
parent 644c99ed2e
commit 687dcaef9f
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@ fn test_users_no_arg() {
#[test]
#[cfg(any(target_vendor = "apple", target_os = "linux"))]
#[ignore = "issue #3219"]
fn test_users_check_name() {
#[cfg(target_os = "linux")]
let util_name = util_name!();