Skip to content

Commit

Permalink
extra: Ignore time tests on android correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 15, 2014
1 parent dd8b011 commit 6232290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libextra/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 6232290

@thestinger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.