• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/tests/test_bytes.rs b/tests/test_bytes.rs
2index f0cae99..402017b 100644
3--- a/tests/test_bytes.rs
4+++ b/tests/test_bytes.rs
5@@ -288,6 +288,7 @@ fn split_to_uninitialized() {
6 }
7
8 #[test]
9+#[ignore = "Android: we unwind differently."]
10 fn split_off_to_at_gt_len() {
11     fn make_bytes() -> Bytes {
12         let mut bytes = BytesMut::with_capacity(100);
13