Ignore time tests on android. #10958
This commit is contained in:
parent
1b12dca7f9
commit
df1aa7ecd2
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue