Disable test_try_reserve on Android

This commit is contained in:
Amanieu d'Antras 2022-01-22 13:51:57 +00:00
parent 361a2f9a83
commit 537439c177

View file

@ -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();