mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Disable test_preference_of_userspec on android
This commit is contained in:
parent
8478570c04
commit
3cda177d34
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ fn test_invalid_user_spec() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_os = "android"))]
|
||||
fn test_preference_of_userspec() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
let result = scene.cmd("whoami").run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue