mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 13:24:22 +00:00
Disable test_try_reserve on Android
This commit is contained in:
parent
361a2f9a83
commit
537439c177
@ -817,6 +817,7 @@ fn test_retain() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(target_os = "android", ignore)] // Android used in CI has a broken dlmalloc
|
||||
fn test_try_reserve() {
|
||||
let mut empty_bytes: HashMap<u8, u8> = HashMap::new();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user