aboutsummaryrefslogtreecommitdiff
path: root/patches/test_bytes.rs.patch
blob: 429e7f5b4f7c43e50a1cb7561b93adb23ad465dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/test_bytes.rs b/tests/test_bytes.rs
index f0cae99..402017b 100644
--- a/tests/test_bytes.rs
+++ b/tests/test_bytes.rs
@@ -288,6 +288,7 @@ fn split_to_uninitialized() {
 }
 
 #[test]
+#[ignore = "Android: we unwind differently."]
 fn split_off_to_at_gt_len() {
     fn make_bytes() -> Bytes {
         let mut bytes = BytesMut::with_capacity(100);