Skip to content

Commit 613cdd3

Browse files
committed
Ignore verify_all test on Windows
Causes too many spurious failures.
1 parent 37a917f commit 613cdd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/mandelbrot/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ mod tests {
186186
use super::*;
187187

188188
#[test]
189+
#[cfg_attr(windows, ignore)]
189190
fn verify_all() {
190191
let width = 400;
191192
let height = 800;

0 commit comments

Comments
 (0)