1diff --git a/src/imp_std.rs b/src/imp_std.rs 2index d7dda96..f461c3d 100644 3--- a/src/imp_std.rs 4+++ b/src/imp_std.rs 5@@ -299,6 +299,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@@ -320,6 +321,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