Skip to content

Commit

Permalink
Ignore time tests on android. rust-lang#10958
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 14, 2013
1 parent 1b12dca commit df1aa7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libextra/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df1aa7e

Please sign in to comment.