Commit 9d925716 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Reland "Disable flaky ShouldKeepLocalDataOnTypeMismatch_E2ETest."

This is a reland of c7dc2cd8

Original change's description:
> Disable flaky ShouldKeepLocalDataOnTypeMismatch_E2ETest.
> 
> This TwoClientPreferencesSyncTestWithSelfNotifications test case is
> flaky.
> 
> TBR=mastiz@chromium.org
> 
> Bug: 1012688
> Change-Id: I33f1956523be55f3f77db0560aac4c3de6721341
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859635
> Reviewed-by: Lei Zhang <thestig@chromium.org>
> Reviewed-by: Mikel Astiz <mastiz@chromium.org>
> Commit-Queue: Lei Zhang <thestig@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#705625}

Bug: 1012688
Change-Id: Idb70d277042bcb98a94130da3f2bab59ffaf0d20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898651Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Mikel Astiz <mastiz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712514}
parent 115bc01b
......@@ -189,8 +189,10 @@ class TwoClientPreferencesSyncTestWithSelfNotifications : public SyncTest {
DISALLOW_COPY_AND_ASSIGN(TwoClientPreferencesSyncTestWithSelfNotifications);
};
// Flaky. https://crbug.com/1012688
// This was E2E_ENABLED(ShouldKeepLocalDataOnTypeMismatch).
IN_PROC_BROWSER_TEST_F(TwoClientPreferencesSyncTestWithSelfNotifications,
E2E_ENABLED(ShouldKeepLocalDataOnTypeMismatch)) {
DISABLED_ShouldKeepLocalDataOnTypeMismatch) {
ResetSyncForPrimaryAccount();
// Client 1 has type-conflicting data in it's pref file. Verify that incoming
// values from sync of other type do not modify the local state.
......
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