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