ci: fix test not working on wasm (#4527)

This commit is contained in:
Alice Ryhl
2022-02-23 11:46:17 +01:00
committed by GitHub
parent 067ddff063
commit ff8befbc54
+1
View File
@@ -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");