Skip to content

Commit d40f0a7

Browse files
committed
only disable test_origin_unicode_serialization on wasm32-unknown-unknown
1 parent 97afb25 commit d40f0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/tests/unit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ fn test_origin_opaque() {
597597
}
598598

599599
#[test]
600-
#[cfg(not(target_arch = "wasm32"))]
600+
#[cfg(not(all(target_arch = "wasm32", target_os = "unknown")))]
601601
#[allow(deprecated)]
602602
fn test_origin_unicode_serialization() {
603603
let data = [

0 commit comments

Comments
 (0)