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 Apr 3, 2024
1 parent 97afb25 commit d40f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/tests/unit.rs
Expand Up @@ -597,7 +597,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 d40f0a7

Please sign in to comment.