1diff --git a/src/tests.rs b/src/tests.rs
2index 465ef15..6700f46 100644
3--- a/src/tests.rs
4+++ b/src/tests.rs
5@@ -8,6 +8,7 @@ use std::path::PathBuf;
6 use super::{quickcheck, Gen, QuickCheck, TestResult};
7
8 #[test]
9+#[cfg(not(target_os = "android"))]
10 fn prop_oob() {
11     fn prop() -> bool {
12         let zero: Vec<bool> = vec![];
13@@ -168,6 +169,7 @@ fn testable_unit() {
14 }
15
16 #[test]
17+#[cfg(not(target_os = "android"))]
18 fn testable_unit_panic() {
19     fn panic() {
20         panic!()
21