mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +02:00
ci: fix test not working on wasm (#4527)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user