aboutsummaryrefslogtreecommitdiff
path: root/tests/net_bind_resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/net_bind_resource.rs')
-rw-r--r--tests/net_bind_resource.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net_bind_resource.rs b/tests/net_bind_resource.rs
index d4a0b8d..1c604aa 100644
--- a/tests/net_bind_resource.rs
+++ b/tests/net_bind_resource.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![cfg(feature = "full")]
+#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi doesn't support panic recovery or bind
use tokio::net::TcpListener;