aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageGeneratorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ImageGeneratorTest.cpp')
-rw-r--r--tests/ImageGeneratorTest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ImageGeneratorTest.cpp b/tests/ImageGeneratorTest.cpp
index d6f546acb1..7288ecf0a9 100644
--- a/tests/ImageGeneratorTest.cpp
+++ b/tests/ImageGeneratorTest.cpp
@@ -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);
+ }
}