Commit 67c007be authored by Patrick Noland's avatar Patrick Noland Committed by Chromium LUCI CQ

[Sheriff] Disable flaky test UrlOverridingTest#testRedirectionFromIntentWarm

Bug: 1153686
Change-Id: I5fab024017bdbcc48ac6fcfa3f5f1e459e3aa36c
TBR: mthiesse@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565650Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#831891}
parent 56343576
......@@ -35,6 +35,7 @@ import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Criteria;
import org.chromium.base.test.util.CriteriaHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.ScalableTimeout;
import org.chromium.chrome.browser.ChromeTabbedActivity;
import org.chromium.chrome.browser.document.ChromeLauncherActivity;
......@@ -448,6 +449,7 @@ public class UrlOverridingTest {
@Test
@SmallTest
@DisabledTest(message = "https://crbug.com/1153686")
public void testRedirectionFromIntentWarm() throws Exception {
Context context = ContextUtils.getApplicationContext();
mActivityTestRule.startMainActivityOnBlankPage();
......
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