Commit 95521642 authored by vitaliii's avatar vitaliii Committed by Commit Bot

[Sheriff] Disable TwoClientPreferencesSyncTest.Sanity_E2ETest.

Disable TwoClientPreferencesSyncTest.Sanity_E2ETest because flaky.

TBR=mastiz@chromium.org

Bug: 988404
Change-Id: I19c4fcffdf71fdea48eb8e35cf55f81aaa841386
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729074Reviewed-by: default avatarvitaliii <vitaliii@chromium.org>
Commit-Queue: vitaliii <vitaliii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682703}
parent 00a61af5
...@@ -44,7 +44,9 @@ class TwoClientPreferencesSyncTest : public SyncTest { ...@@ -44,7 +44,9 @@ class TwoClientPreferencesSyncTest : public SyncTest {
DISALLOW_COPY_AND_ASSIGN(TwoClientPreferencesSyncTest); DISALLOW_COPY_AND_ASSIGN(TwoClientPreferencesSyncTest);
}; };
IN_PROC_BROWSER_TEST_F(TwoClientPreferencesSyncTest, E2E_ENABLED(Sanity)) { // TODO(crbug.com/988404): Enable once not flaky anymore.
IN_PROC_BROWSER_TEST_F(TwoClientPreferencesSyncTest,
E2E_ENABLED(DISABLED_Sanity)) {
DisableVerifier(); DisableVerifier();
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
// Wait until sync settles before we override the prefs below. // Wait until sync settles before we override the prefs below.
......
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