diff --git a/tokio/tests/sync_watch.rs b/tokio/tests/sync_watch.rs index 2097b8bdf..d47f0df73 100644 --- a/tokio/tests/sync_watch.rs +++ b/tokio/tests/sync_watch.rs @@ -213,6 +213,7 @@ fn reopened_after_subscribe() { } #[test] +#[cfg(not(target_arch = "wasm32"))] // wasm currently doesn't support unwinding fn send_modify_panic() { let (tx, mut rx) = watch::channel("one");