Commit 94d2d696 authored by Lijin Shen's avatar Lijin Shen Committed by Commit Bot

[Sheriff] Disable flaky CustomTabActivityIncognitoTest#ensureTitleBarIsVisibile

TBR=roagarwal@chromium.org

Bug: 1150085
Change-Id: I698d73ba2ef50883ead5093eb1ba64407bac07b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545568
Commit-Queue: Lijin Shen <lazzzis@google.com>
Reviewed-by: default avatarLijin Shen <lazzzis@google.com>
Cr-Commit-Position: refs/heads/master@{#828470}
parent c52f0842
......@@ -49,6 +49,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ContextUtils;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils.OnFinishedForTest;
......@@ -404,6 +405,7 @@ public class CustomTabActivityIncognitoTest {
@Test
@MediumTest
@Features.EnableFeatures({ChromeFeatureList.CCT_INCOGNITO})
@DisabledTest(message = "Flaky -- https://crbug.com/1150085")
public void ensureTitleBarIsVisibile() throws Exception {
Intent intent = createMinimalIncognitoCustomTabIntent();
intent.putExtra(
......
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