aboutsummaryrefslogtreecommitdiff
path: root/patches/macros_join.rs.patch
blob: f041b142b0e98b8f66b559ef811255fb9b2143ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/macros_join.rs b/tests/macros_join.rs
index 16e7c43..4441582 100644
--- a/tests/macros_join.rs
+++ b/tests/macros_join.rs
@@ -66,6 +66,7 @@ async fn two_await() {
 
 #[test]
 #[cfg(target_pointer_width = "64")]
+#[ignore = "Android: ignore until the compiler is updated. aliceryhl@ says these tests assume latest stable compiler."]
 fn join_size() {
     use futures::future;
     use std::mem;