Skip to content

Commit

Permalink
Disable flaky ConditionalTabStripTest#testStrip_InfoBarOptIn
Browse files Browse the repository at this point in the history
The test has been disabled conditionally on x86 emulators, but it's also
failing on arm bots.

This CL disables the test unconditionally.
Similar to https://chromium-review.googlesource.com/c/chromium/src/+/2696421
which disabled related test.
BUG=1171567
TBR=wychen

Change-Id: I49ad94fcacd826872bc7ad4e4f665adbc7e2b0ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2700193
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Alex Ilin <alexilin@chromium.org>
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#854828}
  • Loading branch information
yfriedman authored and Chromium LUCI CQ committed Feb 17, 2021
1 parent e91b6ab commit 4782b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public void testStrip_UndoDismiss() throws Exception {

@Test
@MediumTest
@DisableIf.Build(supported_abis_includes = "x86", message = "https://crbug.com/1094998")
@FlakyTest(message = "https://crbug.com/1171567")
public void testStrip_InfoBarOptOut() throws Exception {
ChromeTabbedActivity cta = sActivityTestRule.getActivity();
for (int i = 0; i < 3; i++) {
Expand Down

0 comments on commit 4782b0e

Please sign in to comment.