mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-17 22:01:03 +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)]
|
#[rustc::attr(not(nightly), ignore)]
|
||||||
#[test]
|
#[test]
|
||||||
fn ui() {
|
fn ui() {
|
||||||
|
|||||||
Reference in New Issue
Block a user