auto merge of #11557 : brson/rust/anotherandroidfix, r=thestinger
This commit is contained in:
commit
b549b08ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue