Skip to content

Commit df1aa7e

Browse files
committed
Ignore time tests on android. #10958
1 parent 1b12dca commit df1aa7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libextra/time.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ mod tests {
13731373
}
13741374

13751375
#[test]
1376+
#[ignore(cfg(android))] // FIXME #10958
13761377
fn run_tests() {
13771378
// The tests race on tzset. So instead of having many independent
13781379
// tests, we will just call the functions now.

0 commit comments

Comments
 (0)