• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/tests/io_mem_stream.rs b/tests/io_mem_stream.rs
2index 01baa53..520391a 100644
3--- a/tests/io_mem_stream.rs
4+++ b/tests/io_mem_stream.rs
5@@ -63,6 +63,7 @@ async fn disconnect() {
6 }
7
8 #[tokio::test]
9+#[cfg(not(target_os = "android"))]
10 async fn disconnect_reader() {
11     let (a, mut b) = duplex(2);
12
13