1diff --git a/tests/async.rs b/tests/async.rs
2index e7633aa..59acbf5 100644
3--- a/tests/async.rs
4+++ b/tests/async.rs
5@@ -1,3 +1,4 @@
6+#![cfg(not(soong))]
7 #![cfg(all(feature = "async", not(loom)))]
8
9 use core::mem;
10