Commit 60ad1266 authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

🤠 Disable TranslateCompactInfoBarTest#testStartTranslateOnManualInitiation

Disable this test on Marshmallow, because it it consistently failing
since it was added.

TBR=jds@google.com,dtrainor@chromium.org

Bug: 1127786
Change-Id: Id30d2503395b6e03c9bd42fc2dba9a7fde994f27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408755
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806590}
parent 680cc944
......@@ -177,7 +177,11 @@ public class TranslateCompactInfoBarTest {
@MediumTest
@Feature({"Browser", "Main"})
@Restriction(ChromeRestriction.RESTRICTION_TYPE_GOOGLE_PLAY_SERVICES)
public void testStartTranslateOnManualInitiation() throws TimeoutException {
@DisableIf.
Build(sdk_is_greater_than = VERSION_CODES.LOLLIPOP_MR1, sdk_is_less_than = VERSION_CODES.N,
message = "Consistently failing on Marshmallow https://crbug.com/1127786")
public void
testStartTranslateOnManualInitiation() throws TimeoutException {
// Load a page that won't trigger the translate recommendation.
mActivityTestRule.loadUrl(mTestServer.getURL(NON_TRANSLATE_PAGE));
......
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