From 3cda177d3449162601e77db847fac6b5e3864f9b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 4 Oct 2022 14:41:26 +0200 Subject: [PATCH] Disable test_preference_of_userspec on android --- tests/by-util/test_chroot.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_chroot.rs b/tests/by-util/test_chroot.rs index c814b5815..ca04fd984 100644 --- a/tests/by-util/test_chroot.rs +++ b/tests/by-util/test_chroot.rs @@ -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();