Commit 676040ff authored by Brandon Wylie's avatar Brandon Wylie Committed by Chromium LUCI CQ

[Sheriff] Disable flaky test #showsNewRunningInChrome

TBR=peconn@chromium.org

Bug: 1164424
Change-Id: If98fe7d9ef0f688816c26eec3abf32786d130a9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618486
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Reviewed-by: default avatarbttk <bttk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841597}
parent a5819cfe
......@@ -34,6 +34,7 @@ import org.chromium.base.ContextUtils;
import org.chromium.base.library_loader.LibraryLoader;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.CriteriaHelper;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeApplication;
import org.chromium.chrome.browser.customtabs.CustomTabActivityTestRule;
......@@ -127,6 +128,7 @@ public class RunningInChromeTest {
@Test
@MediumTest
@FlakyTest(message = "https://crbug.com/1164424")
public void showsNewRunningInChrome() throws TimeoutException {
launch(createTrustedWebActivityIntent(mTestPage));
......
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