mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 12:38:07 +00:00
Disable ui tests on emscripten
These hit a strange error in our Emscripten builder in Travis as well as
locally through cargo web:
ERROR: failed to execute cargo: Resource temporarily unavailable (os error 11)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
#[rustc::attr(not(nightly), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
|
||||
Reference in New Issue
Block a user