summaryrefslogtreecommitdiff
path: root/patches/disable-async-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/disable-async-tests.patch')
-rw-r--r--patches/disable-async-tests.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/disable-async-tests.patch b/patches/disable-async-tests.patch
new file mode 100644
index 0000000..7e07ab1
--- /dev/null
+++ b/patches/disable-async-tests.patch
@@ -0,0 +1,9 @@
+diff --git a/tests/async.rs b/tests/async.rs
+index e7633aa..59acbf5 100644
+--- a/tests/async.rs
++++ b/tests/async.rs
+@@ -1,3 +1,4 @@
++#![cfg(not(soong))]
+ #![cfg(all(feature = "async", not(loom)))]
+
+ use core::mem;