summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-05 20:45:58 +0000
committerrobliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-05 20:45:58 +0000
commit8b98051ae832edbef4b8ff8ecc3f2b3656dee4f1 (patch)
tree0fc464073b8afe0535206eb6fb0ac5be3f0569b9
parent979110a0f33ebf0ee2ccc8ac75e959fe3e54c9c4 (diff)
downloadchromium_src-8b98051ae832edbef4b8ff8ecc3f2b3656dee4f1.zip
chromium_src-8b98051ae832edbef4b8ff8ecc3f2b3656dee4f1.tar.gz
chromium_src-8b98051ae832edbef4b8ff8ecc3f2b3656dee4f1.tar.bz2
Disable LegacySyncErrorTest.BirthdayErrorUsingActionableErrorTest
This test has been quite flaky on MacOS 10.6 Sync tests. BUG=400806 TBR=rlarocque Review URL: https://codereview.chromium.org/441053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287588 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/sync/test/integration/sync_errors_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sync_errors_test.cc b/chrome/browser/sync/test/integration/sync_errors_test.cc
index 6d4e64e..7ef636a 100644
--- a/chrome/browser/sync/test/integration/sync_errors_test.cc
+++ b/chrome/browser/sync/test/integration/sync_errors_test.cc
@@ -166,7 +166,7 @@ IN_PROC_BROWSER_TEST_F(LegacySyncErrorTest, DISABLED_ErrorWhileSettingUp) {
}
IN_PROC_BROWSER_TEST_F(LegacySyncErrorTest,
- BirthdayErrorUsingActionableErrorTest) {
+ DISABLED_BirthdayErrorUsingActionableErrorTest) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
const BookmarkNode* node1 = AddFolder(0, 0, "title1");