We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a326c commit 79e1683Copy full SHA for 79e1683
src/lib.rs
@@ -1335,6 +1335,7 @@ mod tests {
1335
}
1336
1337
#[test]
1338
+ #[ignore]
1339
fn it_works() {
1340
tester!(works_inner)
1341
@@ -1357,6 +1358,7 @@ mod tests {
1357
1358
1359
1360
1361
1362
fn it_clicks() {
1363
tester!(clicks_inner)
1364
@@ -1396,6 +1398,7 @@ mod tests {
1396
1398
1397
1399
1400
1401
1402
fn it_can_be_raw() {
1403
tester!(raw_inner)
1404
0 commit comments