1 2--- 3 src/lib.rs | 2 ++ 4 1 file changed, 2 insertions(+) 5 6diff --git b/src/lib.rs a/src/lib.rs 7index b5522c7b..d94129f6 100644 8--- b/src/lib.rs 9+++ a/src/lib.rs 10@@ -517,6 +517,7 @@ mod tests { 11 12 #[cfg(feature = "use_std")] 13 #[test] 14+ #[ignore = "Android uses panic_abort"] 15 fn test_defer_success_2() { 16 let drops = Cell::new(0); 17 let _ = catch_unwind(AssertUnwindSafe(|| { 18@@ -528,6 +529,7 @@ mod tests { 19 20 #[cfg(feature = "use_std")] 21 #[test] 22+ #[ignore = "Android uses panic_abort"] 23 fn test_defer_unwind_1() { 24 let drops = Cell::new(0); 25 let _ = catch_unwind(AssertUnwindSafe(|| { 26