blob: 4916e3a07509b31e2f11f4cafbf282c27fbd5a69 [file] [log] [blame]
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();