Commit 6e0046d0 authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

Disable TabGridDialogTest#testDialogInitialShowFromStrip on x86

No clear culprit, since there are three related CLs in the regression
range. Disabling on emulator instead to get the builder green.

Bug: 1124336
Change-Id: I76df36557dd3f851dbe4280acb025d577f7d5254
TBR: wychen@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390950
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803924}
parent edf17b83
...@@ -621,6 +621,7 @@ public class TabGridDialogTest { ...@@ -621,6 +621,7 @@ public class TabGridDialogTest {
@Test @Test
@MediumTest @MediumTest
@DisableIf.Build(supported_abis_includes = "x86", message = "https://crbug.com/1124336")
public void testDialogInitialShowFromStrip() throws Exception { public void testDialogInitialShowFromStrip() throws Exception {
final ChromeTabbedActivity cta = mActivityTestRule.getActivity(); final ChromeTabbedActivity cta = mActivityTestRule.getActivity();
prepareTabsWithThumbnail(mActivityTestRule, 2, 0, "about:blank"); prepareTabsWithThumbnail(mActivityTestRule, 2, 0, "about:blank");
......
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