Skip to content

Commit 6a01a67

Browse files
committed
only disable test_origin_unicode_serialization on wasm32-unknown-unknown
1 parent d56ee65 commit 6a01a67

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
@@ -596,7 +596,7 @@ fn test_origin_opaque() {
596596
}
597597

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

0 commit comments

Comments
 (0)