Commit 00b64553 authored by Dominic Mazzoni's avatar Dominic Mazzoni Committed by Commit Bot

Disable flaky test testTabRestoredIfKilledWhileActivityStopped

Bug: 1090378
Change-Id: Iccd269f281f228aef508c564dad91c7f38d96d2c
Tbr: jinsukkim@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224026
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774299}
parent 17d9c0d5
......@@ -16,6 +16,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.CallbackHelper;
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.RetryOnFailure;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -101,6 +102,7 @@ public class TabTest {
@Test
@SmallTest
@Feature({"Tab"})
@DisabledTest(message = "https://crbug.com/1090378")
public void testTabRestoredIfKilledWhileActivityStopped() throws Exception {
// Ensure the tab is showing before stopping the activity.
TestThreadUtils.runOnUiThreadBlocking(() -> mTab.show(TabSelectionType.FROM_NEW));
......
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