Commit 3f6657e4 authored by wjmaclean's avatar wjmaclean Committed by Commit bot

Disable flaky test: MediaGalleriesRead.

The test MediaGalleriesPlatformAppBrowserTest.MediaGalleriesRead is
flaky on MacOSX bots.

BUG=416128
NOTRY=true
TBR=thestig@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#295771}
parent a3f851d9
...@@ -515,8 +515,14 @@ IN_PROC_BROWSER_TEST_F(MediaGalleriesPlatformAppBrowserTest, ...@@ -515,8 +515,14 @@ IN_PROC_BROWSER_TEST_F(MediaGalleriesPlatformAppBrowserTest,
ASSERT_TRUE(RunMediaGalleriesTest("no_galleries_copy_to")) << message_; ASSERT_TRUE(RunMediaGalleriesTest("no_galleries_copy_to")) << message_;
} }
// Test is flaky. crbug.com/416128
#if defined(OS_MACOSX)
#define MAYBE_MediaGalleriesRead DISABLED_MediaGalleriesRead
#else
#define MAYBE_MediaGalleriesRead MediaGalleriesRead
#endif
IN_PROC_BROWSER_TEST_F(MediaGalleriesPlatformAppBrowserTest, IN_PROC_BROWSER_TEST_F(MediaGalleriesPlatformAppBrowserTest,
MediaGalleriesRead) { MAYBE_MediaGalleriesRead) {
RemoveAllGalleries(); RemoveAllGalleries();
MakeSingleFakeGallery(NULL); MakeSingleFakeGallery(NULL);
base::ListValue custom_args; base::ListValue custom_args;
......
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