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:
David Tolnay 2019-05-12 00:28:19 -07:00
parent 6dd2b4607f
commit 9c756f1ec0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,3 +1,4 @@
#[cfg(not(target_os = "emscripten"))]
#[rustc::attr(not(nightly), ignore)]
#[test]
fn ui() {