Commit badc197b authored by Natalie Chouinard's avatar Natalie Chouinard Committed by Chromium LUCI CQ

Disable flaky PasswordSettingsTest#testSearchIconVisibleInActionBarWithFeature

TBR=fhorschig@chromium.org

Bug: 1154362
Change-Id: I087f1a05e800144414051c01bd9f9e09d1b53a87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567499Reviewed-by: default avatarNatalie Chouinard <chouinard@chromium.org>
Commit-Queue: Natalie Chouinard <chouinard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832498}
parent bef47c1c
......@@ -89,6 +89,7 @@ import org.chromium.base.IntStringCallback;
import org.chromium.base.test.util.CriteriaHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeFeatureList;
import org.chromium.chrome.browser.history.HistoryActivity;
......@@ -1658,6 +1659,7 @@ public class PasswordSettingsTest {
@Test
@SmallTest
@Feature({"Preferences"})
@FlakyTest(message = "crbug.com/1154362")
@SuppressWarnings("AlwaysShowAction") // We need to ensure the icon is in the action bar.
public void testSearchIconVisibleInActionBarWithFeature() {
setPasswordSource(null); // Initialize empty preferences.
......
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