Commit 97211c06 authored by pkasting@chromium.org's avatar pkasting@chromium.org

Revert 269052 "Disable ICOImageDecoderTest.Decoding"

> Disable	ICOImageDecoderTest.Decoding
> 
> It fails on Windows.
> 
> BUG=371332
> TBR=pkasting@chromium.org
> 
> Review URL: https://codereview.chromium.org/270703007

TBR=marja@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269811 0039d316-1c4b-4281-b951-d872f2087c98
parent cdf4d95c
...@@ -18,8 +18,7 @@ class ICOImageDecoderTest : public ImageDecoderTest { ...@@ -18,8 +18,7 @@ class ICOImageDecoderTest : public ImageDecoderTest {
} }
}; };
// crbug.com/371332 TEST_F(ICOImageDecoderTest, Decoding) {
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