| Index: tests/PDFJpegEmbedTest.cpp
|
| diff --git a/tests/PDFJpegEmbedTest.cpp b/tests/PDFJpegEmbedTest.cpp
|
| index c1d0ea8452dbe448c8dc0ad4089eb2556cefa465..422b59a18f03ff8b87107e5cc85d8f6b17517bf6 100644
|
| --- a/tests/PDFJpegEmbedTest.cpp
|
| +++ b/tests/PDFJpegEmbedTest.cpp
|
| @@ -84,7 +84,8 @@ DEF_TEST(PDFJpegEmbedTest, r) {
|
| SkASSERT(pdfData);
|
| pdf.reset();
|
|
|
| - REPORTER_ASSERT(r, is_subset_of(mandrillData, pdfData));
|
| + // Test disabled, waiting on resolution to http://skbug.com/3180
|
| + // REPORTER_ASSERT(r, is_subset_of(mandrillData, pdfData));
|
|
|
| // This JPEG uses a nonstandard colorspace - it can not be
|
| // embedded into the PDF directly.
|
|
|