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:
parent
6dd2b4607f
commit
9c756f1ec0
@ -1,3 +1,4 @@
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
#[rustc::attr(not(nightly), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user