Commit 029250d4 authored by Alexander Potapenko's avatar Alexander Potapenko Committed by Commit Bot

Disable BookmarksTest#testUploadMovedBookmark

It has been flaky for too long.

BUG=823484
TBR=nyquist@chromium.org,mamir@chromium.org

Change-Id: Iee085516ea05d98d3fddd6620005818a822bc0ab
Reviewed-on: https://chromium-review.googlesource.com/973223Reviewed-by: default avatarAlexander Potapenko <glider@chromium.org>
Commit-Queue: Alexander Potapenko <glider@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544683}
parent fe8c32c9
...@@ -17,8 +17,8 @@ import org.junit.runner.RunWith; ...@@ -17,8 +17,8 @@ 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.DisabledTest;
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;
...@@ -315,7 +315,7 @@ public class BookmarksTest { ...@@ -315,7 +315,7 @@ public class BookmarksTest {
@Test @Test
@LargeTest @LargeTest
@Feature({"Sync"}) @Feature({"Sync"})
@FlakyTest(message = "crbug.com/823484") @DisabledTest(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