Commit 8025d642 authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

Mark BookmarksTest#testUploadMovedBookmark as flaky.

BUG=823484
TBR=nyquist@chromium.org

Change-Id: I5f0aac3a43b938ebdc5e6eaae12c21688378e8ef
Reviewed-on: https://chromium-review.googlesource.com/969793Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544237}
parent 9dbbfe6d
...@@ -18,6 +18,7 @@ import org.junit.runner.RunWith; ...@@ -18,6 +18,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.bookmarks.BookmarkBridge; import org.chromium.chrome.browser.bookmarks.BookmarkBridge;
import org.chromium.chrome.browser.profiles.Profile; import org.chromium.chrome.browser.profiles.Profile;
...@@ -314,6 +315,7 @@ public class BookmarksTest { ...@@ -314,6 +315,7 @@ public class BookmarksTest {
@Test @Test
@LargeTest @LargeTest
@Feature({"Sync"}) @Feature({"Sync"})
@FlakyTest(message = "crbug.com/823484")
public void testUploadMovedBookmark() throws Exception { public void testUploadMovedBookmark() throws Exception {
// Add the entity to test moving. // Add the entity to test moving.
BookmarkId bookmarkId = addClientBookmark(TITLE, URL); BookmarkId bookmarkId = addClientBookmark(TITLE, URL);
......
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