
---
 src/lib.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git b/src/lib.rs a/src/lib.rs
index b5522c7b..d94129f6 100644
--- b/src/lib.rs
+++ a/src/lib.rs
@@ -517,6 +517,7 @@ mod tests {
 
     #[cfg(feature = "use_std")]
     #[test]
+    #[ignore = "Android uses panic_abort"]
     fn test_defer_success_2() {
         let drops = Cell::new(0);
         let _ = catch_unwind(AssertUnwindSafe(|| {
@@ -528,6 +529,7 @@ mod tests {
 
     #[cfg(feature = "use_std")]
     #[test]
+    #[ignore = "Android uses panic_abort"]
     fn test_defer_unwind_1() {
         let drops = Cell::new(0);
         let _ = catch_unwind(AssertUnwindSafe(|| {
