Commit 76362d7d authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Disabling flaky Sync test on Windows

TBR: svenzheng@chromium.org
Bug: 1045619
Change-Id: I271a579b89d9c94f64fa6cb9c7a5daf55c7d948e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020566Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Reviewed-by: default avatarSven Zheng <svenzheng@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735145}
parent c3f1414a
......@@ -164,7 +164,16 @@ IN_PROC_BROWSER_TEST_F(SyncErrorTest, MAYBE_ErrorWhileSettingUp) {
#endif
}
IN_PROC_BROWSER_TEST_F(SyncErrorTest, BirthdayErrorUsingActionableErrorTest) {
#if defined(OS_WIN)
// TODO(crbug.com/1045619) Flaky test on Windows.
#define MAYBE_BirthdayErrorUsingActionableErrorTest \
DISABLED_BirthdayErrorUsingActionableErrorTest
#else
#define MAYBE_BirthdayErrorUsingActionableErrorTest \
BirthdayErrorUsingActionableErrorTest
#endif
IN_PROC_BROWSER_TEST_F(SyncErrorTest,
MAYBE_BirthdayErrorUsingActionableErrorTest) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
const BookmarkNode* node1 = AddFolder(0, 0, "title1");
......
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