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