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