Skip to content

Commit

Permalink
Disable startingNewAutofillAssistantCloseTabResumesRunOnPreviousTab
Browse files Browse the repository at this point in the history
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/+/2354620
Reviewed-by: Lan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797887}
  • Loading branch information
LanWei22 authored and Commit Bot committed Aug 13, 2020
1 parent 16c358c commit 77f52a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
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;
Expand Down Expand Up @@ -266,6 +267,7 @@ public void startingNewAutofillAssistantChangeTabResumeRunOnPreviousTab() {

@Test
@MediumTest
@DisabledTest(message = "Flaky - https://crbug.com/1115681")
public void startingNewAutofillAssistantCloseTabResumesRunOnPreviousTab() {
ArrayList<ActionProto> listA = new ArrayList<>();
listA.add((ActionProto) ActionProto.newBuilder()
Expand Down

0 comments on commit 77f52a2

Please sign in to comment.