Commit 306180f9 authored by Mei Liang's avatar Mei Liang Committed by Commit Bot

Disable groupTabSuggestionReviewedAndDismissed test

TabSuggestionMessageCardTest#groupTabSuggestionReviewedAndDismissed is
flaky when running on an emulator. This CL is to disable this test on
the emulator testers.

TBR=wychen@chromium.org

Bug: 1102423
Change-Id: I8196a21a028d40cce846d47ee7cd4d8bf6fda0a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296292Reviewed-by: default avatarMei Liang <meiliang@chromium.org>
Commit-Queue: Mei Liang <meiliang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788497}
parent f5a2446d
...@@ -154,9 +154,12 @@ public class TabSuggestionMessageCardTest { ...@@ -154,9 +154,12 @@ public class TabSuggestionMessageCardTest {
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags. // clang-format off
Add({BASE_PARAMS + "/baseline_group_tab_suggestions/true/min_time_between_prefetches/0"}) @CommandLineFlags.Add({BASE_PARAMS +
"/baseline_group_tab_suggestions/true/min_time_between_prefetches/0"})
@DisableIf.Build(supported_abis_includes = "x86", message = "https://crbug.com/1102423")
public void groupTabSuggestionReviewedAndDismissed() { public void groupTabSuggestionReviewedAndDismissed() {
// clang-format on
CriteriaHelper.pollUiThread(TabSuggestionMessageService::isSuggestionAvailableForTesting); CriteriaHelper.pollUiThread(TabSuggestionMessageService::isSuggestionAvailableForTesting);
enteringTabSwitcherAndVerifySuggestionIsShown(mGroupingSuggestionMessage); enteringTabSwitcherAndVerifySuggestionIsShown(mGroupingSuggestionMessage);
......
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