Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)
parent
c8610d272a
commit
6b1d22bb09
@ -0,0 +1,13 @@
|
||||
--- t/GD.t
|
||||
+++ t/GD.t
|
||||
@@ -246,7 +246,10 @@ sub run_image_regression_tests {
|
||||
if (!$gd) {
|
||||
fail("unable to generate comparison image for test $t: $@");
|
||||
} else {
|
||||
+ TODO: {
|
||||
+ local $TODO = "Flaky test (CPAN RT#100294)" if $t == 7;
|
||||
ok(compare($gd,$t,$suffix),"image comparison test $t");
|
||||
+ }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue