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.
perl-GD/GD-2.56-flaky-test.patch

14 lines
324 B

--- 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");
+ }
}
}
}