Commit 2d6bcbbc authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Disable testUndoClosureInDialog_WithStartSurface completely

Failing on more than n builders so disabling the test completely.

Bug:  1131545
Change-Id: I089905b189e9dcece65ad2d5e7e174fccaa9565d

TBR=wychen@chromium.org

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