diff options
-rw-r--r-- | webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp b/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp index 0203ddf..4304424 100644 --- a/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp +++ b/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp @@ -50,7 +50,7 @@ TEST_F(ICOImageDecoderTest, Decoding) { } #ifndef CALCULATE_MD5_SUMS -TEST_F(ICOImageDecoderTest, ChunkedDecoding) { +TEST_F(ICOImageDecoderTest, DISABLED_ChunkedDecoding) { TestChunkedDecoding(); } #endif |