Disable test_gnu_options on android

This commit is contained in:
Sylvestre Ledru 2023-04-30 20:08:06 +02:00
parent bbb218c0e2
commit 75e33695e5

View file

@ -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;