Suppress test_imagegenerator_factory

Temporarily disable the test while we figure what (if anything) to do
about the SkImageGenerator gFactory race.

BUG=skia:4339
TBR=reed@google.com,mtklein@google.com

Review URL: https://codereview.chromium.org/1344693002
This commit is contained in:
fmalita 2015-09-14 14:51:04 -07:00 committed by Commit bot
parent 2bcab82787
commit 5dd918bb6f

View File

@ -68,5 +68,8 @@ DEF_TEST(ImageGenerator, reporter) {
ig.getYUV8Planes(sizes, planes, rowBytes, &colorSpace);
test_imagegenerator_factory(reporter);
// Suppressed due to https://code.google.com/p/skia/issues/detail?id=4339
if (false) {
test_imagegenerator_factory(reporter);
}
}