Skip to content

Commit

Permalink
Disable ui tests on emscripten
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dtolnay committed May 12, 2019
1 parent 6dd2b46 commit 9c756f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_suite/tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(not(target_os = "emscripten"))]
#[rustc::attr(not(nightly), ignore)]
#[test]
fn ui() {
Expand Down

0 comments on commit 9c756f1

Please sign in to comment.