Skip to content

Commit 79e1683

Browse files
committed
Go back to ignoring the tests
Compilation of tests is *really* slow, most likely due to rust-lang/rust#41696 or rust-lang/rust#38528
1 parent c4a326c commit 79e1683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@ mod tests {
13351335
}
13361336

13371337
#[test]
1338+
#[ignore]
13381339
fn it_works() {
13391340
tester!(works_inner)
13401341
}
@@ -1357,6 +1358,7 @@ mod tests {
13571358
}
13581359

13591360
#[test]
1361+
#[ignore]
13601362
fn it_clicks() {
13611363
tester!(clicks_inner)
13621364
}
@@ -1396,6 +1398,7 @@ mod tests {
13961398
}
13971399

13981400
#[test]
1401+
#[ignore]
13991402
fn it_can_be_raw() {
14001403
tester!(raw_inner)
14011404
}

0 commit comments

Comments
 (0)