Skip to content

Commit 537439c

Browse files
committed
Disable test_try_reserve on Android
1 parent 361a2f9 commit 537439c

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/collections/hash/map

1 file changed

+1
-0
lines changed

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

+1
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)