Skip to content

Commit 400dc68

Browse files
committed
Disable test_try_reserve on Android
1 parent 90dfef7 commit 400dc68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/collections/hash/map/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ fn test_retain() {
817817
}
818818

819819
#[test]
820+
#[cfg_attr(target_os = "android", ignore)] // Android used in CI has a broken dlmalloc
820821
fn test_try_reserve() {
821822
let mut empty_bytes: HashMap<u8, u8> = HashMap::new();
822823

0 commit comments

Comments
 (0)