extra: Ignore time tests on android correctly

This commit is contained in:
Brian Anderson 2014-01-14 19:57:59 -08:00
parent dd8b011319
commit 6232290f73

View File

@ -1459,7 +1459,7 @@ mod tests {
}
#[test]
#[ignore(cfg(android))] // FIXME #10958
#[ignore(cfg(target_os = "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.