You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
324 B
14 lines
324 B
9 years ago
|
--- 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");
|
||
|
+ }
|
||
|
}
|
||
|
}
|
||
|
}
|