Commit b28d35e0 authored by earthdok's avatar earthdok Committed by Commit bot

[MemSheriff] Disable ICOImageDecoderTest.Decoding.

Fails on a subset of bots.

BUG=371290
TBR=piman@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/879303003

Cr-Commit-Position: refs/heads/master@{#313509}
parent c503f651
...@@ -18,7 +18,8 @@ class ICOImageDecoderTest : public ImageDecoderTest { ...@@ -18,7 +18,8 @@ class ICOImageDecoderTest : public ImageDecoderTest {
} }
}; };
TEST_F(ICOImageDecoderTest, Decoding) { // http://crbug.com/371290
TEST_F(ICOImageDecoderTest, DISABLED_Decoding) {
TestDecoding(); TestDecoding();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment