1diff --git a/tests/task_blocking.rs b/tests/task_blocking.rs 2index 82bef8a..d9514d2 100644 3--- a/tests/task_blocking.rs 4+++ b/tests/task_blocking.rs 5@@ -114,6 +114,7 @@ fn can_enter_basic_rt_from_within_block_in_place() { 6 } 7 8 #[test] 9+#[cfg(not(target_os = "android"))] 10 fn useful_panic_message_when_dropping_rt_in_rt() { 11 use std::panic::{catch_unwind, AssertUnwindSafe}; 12 13