mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 12:38:07 +00:00
Mark tests ignored on emscripten rather than omitting
This way they still appear in `cargo test`'s output.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
#[cfg_attr(target_os = "emscripten", ignore)]
|
||||
#[rustversion::attr(not(nightly), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
|
||||
Reference in New Issue
Block a user