Commit 6bb7a9a3 authored by Michael Thiessen's avatar Michael Thiessen Committed by Commit Bot

Disable flaky NavigationHandlerTest#testSwipeAfterDestroy

This test prematurely destroys the NavigationCoordinator, which flakily
leads to crashes when finishing the Activity after the test runes.

Bug: 1147553
Change-Id: I53adfc8c822b36b5124b31d366eed848fe5ffd71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530132Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Auto-Submit: Michael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825997}
parent b36c49a7
......@@ -24,6 +24,7 @@ import org.chromium.base.ApplicationStatus;
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.Restriction;
import org.chromium.chrome.browser.compositor.layouts.OverviewModeController;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -244,6 +245,7 @@ public class NavigationHandlerTest {
@Test
@SmallTest
@DisabledTest(message = "https://crbug.com/1147553")
public void testSwipeAfterDestroy() {
mTestServer = EmbeddedTestServer.createAndStartServer(
InstrumentationRegistry.getInstrumentation().getContext());
......
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