Commit f1f20b3b authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

Disable testStrip_ContinuousDismissCounter on x86 emulators

TBR=yusufo@chromium.org, yuezhanggg@chromium.org

Bug: 1094998
Change-Id: I46bf61c10ea915eeff94ba58bf4f9aa501d3087d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268204Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782720}
parent d411404d
......@@ -553,6 +553,7 @@ public class ConditionalTabStripTest {
@Test
@MediumTest
@DisableIf.Build(supported_abis_includes = "x86", message = "https://crbug.com/1094998")
public void testStrip_ContinuousDismissCounter() throws Exception {
// Mock that the tab strip has been dismissed for two continuous sessions.
ConditionalTabStripUtils.setContinuousDismissCount(2);
......
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