Commit 77f52a2e authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable startingNewAutofillAssistantCloseTabResumesRunOnPreviousTab

AutofillAssistantChromeTabIntegrationTest.
startingNewAutofillAssistantCloseTabResumesRunOnPreviousTab fails on
Android,
https://analysis.chromium.org/p/chromium/flake-portal/flakes/
occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVywAELEgVGbGFrZSK0AWNocm9taXVtQGNo
cm9tZV9wdWJsaWNfdGVzdF9hcGtAb3JnLmNocm9taXVtLmNocm9tZS5icm93c2VyLmF1dG9m
aWxsX2Fzc2lzdGFudC5BdXRvZmlsbEFzc2lzdGFudENocm9tZVRhYkludGVncmF0aW9uVGVz
dCNzdGFydGluZ05ld0F1dG9maWxsQXNzaXN0YW50Q2xvc2VUYWJSZXN1bWVzUnVuT25QcmV2
aW91c1RhYgw,
disable it for now until it is fixed.

TBR= sandromaggi@google.com

Bug: 1115681
Change-Id: If3119c4682c8665cb39c1dea66492bb96dc24864
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354620Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797887}
parent 16c358c4
......@@ -37,6 +37,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.autofill_assistant.proto.ActionProto;
import org.chromium.chrome.browser.autofill_assistant.proto.ChipProto;
......@@ -266,6 +267,7 @@ public class AutofillAssistantChromeTabIntegrationTest {
@Test
@MediumTest
@DisabledTest(message = "Flaky - https://crbug.com/1115681")
public void startingNewAutofillAssistantCloseTabResumesRunOnPreviousTab() {
ArrayList<ActionProto> listA = new ArrayList<>();
listA.add((ActionProto) ActionProto.newBuilder()
......
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