Ignore time tests on android. #10958

This commit is contained in:
Brian Anderson 2013-12-13 15:38:30 -08:00
parent 1b12dca7f9
commit df1aa7ecd2

View File

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