mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
ci: fix test not working on wasm (#4527)
This commit is contained in:
@@ -213,6 +213,7 @@ fn reopened_after_subscribe() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_arch = "wasm32"))] // wasm currently doesn't support unwinding
|
||||||
fn send_modify_panic() {
|
fn send_modify_panic() {
|
||||||
let (tx, mut rx) = watch::channel("one");
|
let (tx, mut rx) = watch::channel("one");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user