Commit 49962399 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Disable failing testUndoClosureInDialog_WithStartSurface on Android N

Bug: 1131545
Change-Id: I9617e2d26f7acd50b44a9151927aff6713cdab28

TBR=wychen@chromium.org

Change-Id: I9617e2d26f7acd50b44a9151927aff6713cdab28
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426489
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Reviewed-by: default avatarBrandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809885}
parent 939bda0c
...@@ -918,8 +918,10 @@ public class TabGridDialogTest { ...@@ -918,8 +918,10 @@ public class TabGridDialogTest {
@MediumTest @MediumTest
@Features.EnableFeatures({ChromeFeatureList.START_SURFACE_ANDROID + "<Study"}) @Features.EnableFeatures({ChromeFeatureList.START_SURFACE_ANDROID + "<Study"})
@CommandLineFlags.Add({"force-fieldtrials=Study/Group", START_SURFACE_BASE_PARAMS + "/single"}) @CommandLineFlags.Add({"force-fieldtrials=Study/Group", START_SURFACE_BASE_PARAMS + "/single"})
@DisableIf.Build(supported_abis_includes = "x86", message = "https://crbug.com/1119899") @DisableIf.Build(supported_abis_includes = "x86", sdk_is_greater_than = 23,
public void testUndoClosureInDialog_WithStartSurface() throws Exception { sdk_is_less_than = 26, message = "crbug.com/1119899, crbug.com/1131545")
public void
testUndoClosureInDialog_WithStartSurface() throws Exception {
// Create a tab group with 2 tabs. // Create a tab group with 2 tabs.
finishActivity(mActivityTestRule.getActivity()); finishActivity(mActivityTestRule.getActivity());
createThumbnailBitmapAndWriteToFile(0); createThumbnailBitmapAndWriteToFile(0);
......
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