Commit 2d6649c1 authored by Marijn Kruisselbrink's avatar Marijn Kruisselbrink Committed by Commit Bot

Revert "[Sheriff] Disable flaky CustomTabActivityIncognitoTest#ensureTitleBarIsVisibile"

This reverts commit 94d2d696.

Reason for revert: Reverting the CL that added these tests rather than disabling the test

Original change's description:
> [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: Lijin Shen <lazzzis@google.com>
> Cr-Commit-Position: refs/heads/master@{#828470}

TBR=lazzzis@google.com,sideyilmaz@chromium.org

Change-Id: Ie73e3321c84f193b1fa13319f953b257a8a5b434
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1150085
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545095Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828481}
parent a3f8ac87
...@@ -49,7 +49,6 @@ import org.junit.runner.RunWith; ...@@ -49,7 +49,6 @@ import org.junit.runner.RunWith;
import org.chromium.base.ContextUtils; import org.chromium.base.ContextUtils;
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.MinAndroidSdkLevel; import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils.OnFinishedForTest; import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils.OnFinishedForTest;
...@@ -405,7 +404,6 @@ public class CustomTabActivityIncognitoTest { ...@@ -405,7 +404,6 @@ public class CustomTabActivityIncognitoTest {
@Test @Test
@MediumTest @MediumTest
@Features.EnableFeatures({ChromeFeatureList.CCT_INCOGNITO}) @Features.EnableFeatures({ChromeFeatureList.CCT_INCOGNITO})
@DisabledTest(message = "Flaky -- https://crbug.com/1150085")
public void ensureTitleBarIsVisibile() throws Exception { public void ensureTitleBarIsVisibile() throws Exception {
Intent intent = createMinimalIncognitoCustomTabIntent(); Intent intent = createMinimalIncognitoCustomTabIntent();
intent.putExtra( 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