Skip to content

Commit

Permalink
only disable test_origin_unicode_serialization on wasm32-unknown-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Nov 29, 2023
1 parent d56ee65 commit 6a01a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/tests/unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ fn test_origin_opaque() {
}

#[test]
#[cfg(not(target_arch = "wasm32"))]
#[cfg(not(all(target_arch = "wasm32", target_os = "unknown")))]
#[allow(deprecated)]
fn test_origin_unicode_serialization() {
let data = [
Expand Down

0 comments on commit 6a01a67

Please sign in to comment.