aboutsummaryrefslogtreecommitdiff
path: root/patches/io_mem_stream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/io_mem_stream.patch')
-rw-r--r--patches/io_mem_stream.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/io_mem_stream.patch b/patches/io_mem_stream.patch
new file mode 100644
index 0000000..c21ce18
--- /dev/null
+++ b/patches/io_mem_stream.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/io_mem_stream.rs b/tests/io_mem_stream.rs
+index 01baa53..520391a 100644
+--- a/tests/io_mem_stream.rs
++++ b/tests/io_mem_stream.rs
+@@ -63,6 +63,7 @@ async fn disconnect() {
+ }
+
+ #[tokio::test]
++#[cfg(not(target_os = "android"))]
+ async fn disconnect_reader() {
+ let (a, mut b) = duplex(2);
+