aboutsummaryrefslogtreecommitdiff
path: root/patches/imp_std.rs.patch
blob: 4916e3a07509b31e2f11f4cafbf282c27fbd5a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/imp_std.rs b/src/imp_std.rs
index 5761f01..d727851 100644
--- a/src/imp_std.rs
+++ b/src/imp_std.rs
@@ -358,6 +358,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg(not(target_os = "android"))]
     fn poison_bad() {
         static O: OnceCell<()> = OnceCell::new();
 
@@ -379,6 +380,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg(not(target_os = "android"))]
     fn wait_for_force_to_finish() {
         static O: OnceCell<()> = OnceCell::new();