mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Ignore time tests on android. #10958
This commit is contained in:
parent
1b12dca7f9
commit
df1aa7ecd2
@ -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…
Reference in New Issue
Block a user