mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
Ignore time tests on android. #10958
This commit is contained in:
@@ -1373,6 +1373,7 @@ fn test_timespec_eq_ord() {
|
||||
}
|
||||
|
||||
#[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.
|
||||
|
||||
Reference in New Issue
Block a user