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