Disable test_preference_of_userspec on android

This commit is contained in:
Sylvestre Ledru
2022-10-04 17:17:01 +02:00
parent 8478570c04
commit 3cda177d34
+1
View File
@@ -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();