Skip to content

Commit 160c457

Browse files
committed
Ignore test with a thread on wasm
1 parent 94dea89 commit 160c457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/global.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fn strings() {
2626
}
2727

2828
#[test]
29+
#[cfg(not(target_family = "wasm"))]
2930
fn threads() {
3031
assert!(thread::spawn(|| panic!()).join().is_err());
3132
}

0 commit comments

Comments
 (0)