Commit c61c3228 authored by Fergus Dall's avatar Fergus Dall

Disable flaky android test

Marked flaky:
org.chromium.chrome.browser.bookmarks.BookmarkReorderTest#testMoveButtonsGoneWithOneBookmark

TBR=twellington@chromium.org, peconn@chromium.org, skyostil@chromium.org

Bug: 993202
Change-Id: Ibc995bc2a87c1c227a4cdb713bd141ae548dae34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750526Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#686298}
parent 6a42dcec
......@@ -21,6 +21,7 @@ import org.chromium.base.test.params.ParameterAnnotations;
import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeFeatureList;
......@@ -561,6 +562,7 @@ public class BookmarkReorderTest extends BookmarkTest {
@Test
@MediumTest
@FlakyTest(message = "crbug/993202 This test is flaky on Nexus 5X under Android CFI")
public void testMoveButtonsGoneWithOneBookmark() throws Exception {
addFolder(TEST_FOLDER_TITLE);
forceSyncHeaderState();
......@@ -683,4 +685,4 @@ public class BookmarkReorderTest extends BookmarkTest {
protected void searchBookmarks(final String query) {
TestThreadUtils.runOnUiThreadBlocking(() -> getReorderAdapter().search(query));
}
}
\ No newline at end of file
}
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