We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361a2f9 commit 537439cCopy full SHA for 537439c
library/std/src/collections/hash/map/tests.rs
@@ -817,6 +817,7 @@ fn test_retain() {
817
}
818
819
#[test]
820
+#[cfg_attr(target_os = "android", ignore)] // Android used in CI has a broken dlmalloc
821
fn test_try_reserve() {
822
let mut empty_bytes: HashMap<u8, u8> = HashMap::new();
823
0 commit comments