Disable test_try_reserve on Android
This commit is contained in:
parent
361a2f9a83
commit
537439c177
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue