Commit 137df2ec authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Disable flaky SingleClientBookmarksSyncTest.ApplyRemoteUpdateWithValidGUID

Disable flaky SingleClientBookmarksSyncTest.ApplyRemoteUpdateWithValidGUID
on all platforms.

TBR=mmoskvitin@google.com

Bug: 1012223
Change-Id: I7712d8010a2d54ac96315f0f704d161f45a94c51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855144Reviewed-by: default avatarHayato Ito <hayato@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704973}
parent c118095a
......@@ -789,14 +789,8 @@ IN_PROC_BROWSER_TEST_P(SingleClientBookmarksSyncTest,
// TODO(crbug.com/1012222): re-enable this test on all builders once flakiness
// is addressed.
#if defined(THREAD_SANITIZER)
#define MAYBE_ApplyRemoteCreationWithValidGUID \
DISABLED_ApplyRemoteCreationWithValidGUID
#else
#define MAYBE_ApplyRemoteCreationWithValidGUID ApplyRemoteCreationWithValidGUID
#endif
IN_PROC_BROWSER_TEST_P(SingleClientBookmarksSyncTest,
MAYBE_ApplyRemoteCreationWithValidGUID) {
DISABLED_ApplyRemoteCreationWithValidGUID) {
// This test is only relevant for USS code path.
if (!base::FeatureList::IsEnabled(switches::kSyncUSSBookmarks))
return;
......
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