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