Commit 2aa0b3d2 authored by Sky Malice's avatar Sky Malice Committed by Commit Bot

Disable flakey SyncErrorCardPreferenceTest

TBR: triploblastic@chromium.org
Bug: 1139399
Change-Id: Ie13bb7d23ee953f871bfd98426d7bb73cf563381
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480888Reviewed-by: default avatarSky Malice <skym@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818053}
parent 9f987b1a
...@@ -24,6 +24,7 @@ import org.mockito.Mock; ...@@ -24,6 +24,7 @@ import org.mockito.Mock;
import org.chromium.base.test.params.ParameterAnnotations; import org.chromium.base.test.params.ParameterAnnotations;
import org.chromium.base.test.params.ParameterizedRunner; import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeFeatureList; import org.chromium.chrome.browser.flags.ChromeFeatureList;
...@@ -49,6 +50,7 @@ import org.chromium.ui.test.util.NightModeTestUtils; ...@@ -49,6 +50,7 @@ import org.chromium.ui.test.util.NightModeTestUtils;
@ParameterAnnotations.UseRunnerDelegate(ChromeJUnit4RunnerDelegate.class) @ParameterAnnotations.UseRunnerDelegate(ChromeJUnit4RunnerDelegate.class)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE}) @CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
@Features.EnableFeatures(ChromeFeatureList.MOBILE_IDENTITY_CONSISTENCY) @Features.EnableFeatures(ChromeFeatureList.MOBILE_IDENTITY_CONSISTENCY)
@DisabledTest(message = "https://crbug.com/1139399")
public class SyncErrorCardPreferenceTest { public class SyncErrorCardPreferenceTest {
// FakeProfileDataSource is required to create the ProfileDataCache entry with sync_error badge // FakeProfileDataSource is required to create the ProfileDataCache entry with sync_error badge
// for Sync error card. // for Sync error card.
......
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