diff --git a/src/libextra/time.rs b/src/libextra/time.rs index 3ea7bf0fa56e2..6204f9f4ce0b1 100644 --- a/src/libextra/time.rs +++ b/src/libextra/time.rs @@ -1373,6 +1373,7 @@ mod tests { } #[test] + #[ignore(cfg(android))] // FIXME #10958 fn run_tests() { // The tests race on tzset. So instead of having many independent // tests, we will just call the functions now.