Commit f73a8722 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable SwitchToTabTest.testSwitchToTabInSearchActivity

org.chromium.chrome.browser.omnibox.suggestions.
SwitchToTabTest#testSwitchToTabInSearchActivity fails on Android,
https://analysis.chromium.org/p/chromium/flake-portal/flakes/
occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyigELEgVGbGFrZSJ_Y2hyb21pdW1AY2hy
b21lX3B1YmxpY190ZXN0X2Fwa0BvcmcuY2hyb21pdW0uY2hyb21lLmJyb3dzZXIub21uaWJv
eC5zdWdnZXN0aW9ucy5Td2l0Y2hUb1RhYlRlc3QjdGVzdFN3aXRjaFRvVGFiSW5TZWFyY2hB
Y3Rpdml0eQw
disable it for now until it is fixed.

TBR= gangwu@chromium.org

Bug: 1114938
Change-Id: I9325cbd5a6b8bb75fb53b44e9d96cc6ca74e79a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354919Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797894}
parent 5df5276f
......@@ -27,6 +27,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ActivityState;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeActivity;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -302,6 +303,7 @@ public class SwitchToTabTest {
@Test
@MediumTest
@DisabledTest(message = "Flaky - https://crbug.com/1114938")
@EnableFeatures("OmniboxTabSwitchSuggestions")
public void testSwitchToTabInSearchActivity() throws InterruptedException {
mTestServer = EmbeddedTestServer.createAndStartHTTPSServer(
......
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