1diff --git a/tests/rt_common.rs b/tests/rt_common.rs 2index cb1d0f6..e5fc7a9 100644 3--- a/tests/rt_common.rs 4+++ b/tests/rt_common.rs 5@@ -647,6 +647,7 @@ rt_test! { 6 } 7 8 #[test] 9+ #[cfg(not(target_os = "android"))] 10 fn panic_in_task() { 11 let rt = rt(); 12 let (tx, rx) = oneshot::channel(); 13