Commit 4ec2a606 authored by David Trainor's avatar David Trainor Committed by Commit Bot

Disabling #testBottomSheetAutoCollapseAndExpand

Looks like this test is flaky today.

Bug: 1114818
Change-Id: I53c46cbc5465d97a166b1982ed3aca70fd8e03f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346798Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: David Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796604}
parent 981b8f6f
...@@ -409,6 +409,7 @@ public class AutofillAssistantBottomsheetTest { ...@@ -409,6 +409,7 @@ public class AutofillAssistantBottomsheetTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "Flaky test. crbug.com/1114818")
public void testBottomSheetAutoCollapseAndExpand() { public void testBottomSheetAutoCollapseAndExpand() {
ArrayList<ActionProto> list = new ArrayList<>(); ArrayList<ActionProto> list = new ArrayList<>();
// Prompt. // Prompt.
......
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