Commit 42791f42 authored by Eric Stevenson's avatar Eric Stevenson Committed by Commit Bot

Android: Mark testLaunchAndNavigateOffOrigin as flaky.

WebApkIntegrationTest#testLaunchAndNavigateOffOrigin started flaking
heavily after
https://chromium-review.googlesource.com/c/chromium/src/+/1003552.

That CL is necessary for M67 though, so mark as flaky while we
investigate.

Bug: 834466
Change-Id: Idef70484302ba0e6dc9335ab2324531f3ae16c33
Reviewed-on: https://chromium-review.googlesource.com/1019543Reviewed-by: default avatarPeter Kotwicz <pkotwicz@chromium.org>
Commit-Queue: Eric Stevenson <estevenson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552090}
parent a958cc71
......@@ -18,6 +18,7 @@ import org.chromium.base.ApplicationStatus;
import org.chromium.base.metrics.RecordHistogram;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.ScalableTimeout;
import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.DeferredStartupHandler;
......@@ -126,6 +127,7 @@ public class WebApkIntegrationTest {
@Test
@LargeTest
@Feature({"WebApk"})
@FlakyTest(message = "https://crbug.com/834466")
public void testLaunchAndNavigateOffOrigin() throws Exception {
startWebApkActivity("org.chromium.webapk", "https://pwa.rocks/");
waitUntilSplashscreenHides();
......
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