1diff --git a/tests/sync_broadcast.rs b/tests/sync_broadcast.rs 2index 5f79800..9ef7927 100644 3--- a/tests/sync_broadcast.rs 4+++ b/tests/sync_broadcast.rs 5@@ -286,6 +286,7 @@ fn capacity_too_big() { 6 } 7 8 #[test] 9+#[cfg(not(target_os = "android"))] 10 fn panic_in_clone() { 11 use std::panic::{self, AssertUnwindSafe}; 12 13