Commit 462272fa authored by Balazs Engedy's avatar Balazs Engedy Committed by Chromium LUCI CQ

Mark ToolbarDataProviderTest#testNonPrimaryOTRProfileUsedForIncognitoCCT as flaky.

Bug: 1154445
Change-Id: Ibe49296b24ba6ff94835f5aa19d3728aef62ea1b
TBR: roagarwal@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578839
Commit-Queue: Balazs Engedy <engedy@chromium.org>
Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834678}
parent 8c223f65
...@@ -21,6 +21,7 @@ import org.junit.runner.RunWith; ...@@ -21,6 +21,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.Batch; import org.chromium.base.test.util.Batch;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils; import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils;
...@@ -87,6 +88,7 @@ public class ToolbarDataProviderTest { ...@@ -87,6 +88,7 @@ public class ToolbarDataProviderTest {
@Test @Test
@MediumTest @MediumTest
@FlakyTest(message = "https://crbug.com/1154445")
public void testNonPrimaryOTRProfileUsedForIncognitoCCT() throws TimeoutException { public void testNonPrimaryOTRProfileUsedForIncognitoCCT() throws TimeoutException {
Intent intent = CustomTabsTestUtils.createMinimalIncognitoCustomTabIntent( Intent intent = CustomTabsTestUtils.createMinimalIncognitoCustomTabIntent(
InstrumentationRegistry.getContext(), "about:blank"); InstrumentationRegistry.getContext(), "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