Commit f35c1fc9 authored by Donn Denman's avatar Donn Denman Committed by Commit Bot

[TTS] Disable all tests for P+ for now.

We've recently had all of our tests in this file fail on P+, so
disabling them until we can figure out what's going wrong.

BUG=1032760

Change-Id: Ibe6a3be3dcdfde61696f53513bfe2b98e42aba83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961077
Auto-Submit: Donn Denman <donnd@chromium.org>
Reviewed-by: default avatarJinsuk Kim <jinsukkim@chromium.org>
Commit-Queue: Donn Denman <donnd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723629}
parent 22a22ea3
......@@ -116,12 +116,14 @@ import java.util.concurrent.TimeoutException;
*/
// NOTE: Disable online detection so we we'll default to online on test bots with no network.
@RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE,
ContextualSearchFieldTrial.ONLINE_DETECTION_DISABLED,
"disable-features=" + ChromeFeatureList.CONTEXTUAL_SEARCH_ML_TAP_SUPPRESSION})
@Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
@RetryOnFailure
public class ContextualSearchManagerTest {
@DisableIf
.Build(sdk_is_greater_than = Build.VERSION_CODES.O_MR1, message = "crbug.com/1032760")
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE,
ContextualSearchFieldTrial.ONLINE_DETECTION_DISABLED,
"disable-features=" + ChromeFeatureList.CONTEXTUAL_SEARCH_ML_TAP_SUPPRESSION})
@Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
@RetryOnFailure
public class ContextualSearchManagerTest {
@Rule
public ChromeActivityTestRule<ChromeActivity> mActivityTestRule =
new ChromeActivityTestRule<>(ChromeActivity.class);
......
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