Skip to content

Commit

Permalink
Go back to ignoring the tests
Browse files Browse the repository at this point in the history
Compilation of tests is *really* slow, most likely due to
rust-lang/rust#41696
or
rust-lang/rust#38528
  • Loading branch information
jonhoo committed Jun 20, 2017
1 parent c4a326c commit 79e1683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,7 @@ mod tests {
}

#[test]
#[ignore]
fn it_works() {
tester!(works_inner)
}
Expand All @@ -1357,6 +1358,7 @@ mod tests {
}

#[test]
#[ignore]
fn it_clicks() {
tester!(clicks_inner)
}
Expand Down Expand Up @@ -1396,6 +1398,7 @@ mod tests {
}

#[test]
#[ignore]
fn it_can_be_raw() {
tester!(raw_inner)
}
Expand Down

0 comments on commit 79e1683

Please sign in to comment.