diff --git a/tests/by-util/test_chmod.rs b/tests/by-util/test_chmod.rs index 697bc939e..9e3c7d2da 100644 --- a/tests/by-util/test_chmod.rs +++ b/tests/by-util/test_chmod.rs @@ -650,6 +650,7 @@ fn test_gnu_invalid_mode() { } #[test] +#[cfg(not(target_os = "android"))] fn test_gnu_options() { let scene = TestScenario::new(util_name!()); let at = &scene.fixtures;