Commit 54a61d26 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable GalleryWatchManagerTest.Basic on ChromeOS

Tbr: reillyg@chromium.org
NoTry: True
Bug: 936065
Change-Id: I373e9801f8de781745dbccb7b16a7c8c47159715
Reviewed-on: https://chromium-review.googlesource.com/c/1489714Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635659}
parent 17da8ec8
......@@ -216,7 +216,13 @@ class GalleryWatchManagerTest : public GalleryWatchManagerObserver,
DISALLOW_COPY_AND_ASSIGN(GalleryWatchManagerTest);
};
TEST_F(GalleryWatchManagerTest, Basic) {
// TODO(crbug.com/936065): Flaky on ChromeOS.
#if defined(OS_CHROMEOS)
#define MAYBE_Basic DISABLED_Basic
#else
#define MAYBE_Basic Basic
#endif
TEST_F(GalleryWatchManagerTest, MAYBE_Basic) {
base::ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
MediaGalleryPrefId id = AddGallery(temp_dir.GetPath());
......
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