Commit 26a09b96 authored by Alexandr Ilin's avatar Alexandr Ilin Committed by Commit Bot

Mark BottomSheetBackBehaviorTest#testBackButton_backButtonOpensSheetAndShowsToolbar as flaky

Bug: 792107
Change-Id: I4bcf739ee7413850d596cc2aff89465341eef7f8
TBR: mdjones@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/808976
Commit-Queue: Alexandr Ilin <alexilin@chromium.org>
Reviewed-by: default avatarAlexandr Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521753}
parent 32715093
...@@ -22,7 +22,9 @@ import org.junit.runner.RunWith; ...@@ -22,7 +22,9 @@ 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.DisabledTest;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.ChromeTabbedActivity; import org.chromium.chrome.browser.ChromeTabbedActivity;
import org.chromium.chrome.browser.compositor.layouts.LayoutManagerChrome; import org.chromium.chrome.browser.compositor.layouts.LayoutManagerChrome;
...@@ -157,7 +159,9 @@ public class BottomSheetBackBehaviorTest { ...@@ -157,7 +159,9 @@ public class BottomSheetBackBehaviorTest {
} }
@Test @Test
@FlakyTest(message = "https://crbug.com/792107")
@SmallTest @SmallTest
@RetryOnFailure
public void testBackButton_backButtonOpensSheetAndShowsToolbar() public void testBackButton_backButtonOpensSheetAndShowsToolbar()
throws ExecutionException, InterruptedException, TimeoutException { throws ExecutionException, InterruptedException, TimeoutException {
final Tab tab = launchNewTabFromChrome("about:blank"); final Tab tab = launchNewTabFromChrome("about:blank");
......
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