diff options
| -rw-r--r-- | src/libextra/time.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/time.rs b/src/libextra/time.rs index 3ea7bf0fa56..6204f9f4ce0 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. |
