Skip to content

Commit

Permalink
Disable flaky UserImageManagerTest.NonJPEGImageFromFile.
Browse files Browse the repository at this point in the history
BUG=257009
TBR=nkostylev@chromium.org
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/18068010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209962 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
dslomov@chromium.org committed Jul 3, 2013
1 parent c7702e9 commit 1222698
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ IN_PROC_BROWSER_TEST_F(UserImageManagerTest, PRE_NonJPEGImageFromFile) {
EXPECT_EQ(saved_image.height(), user->image().height());
}

IN_PROC_BROWSER_TEST_F(UserImageManagerTest, NonJPEGImageFromFile) {
// http://crbug.com/257009.
IN_PROC_BROWSER_TEST_F(UserImageManagerTest, DISABLED_NonJPEGImageFromFile) {
ExpectImageChange();
UserManager::Get()->GetUsers(); // Load users.
// Wait for image load.
Expand Down

0 comments on commit 1222698

Please sign in to comment.