Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: chrome/browser/sync/engine/syncer_thread_unittest.cc

Issue 1189001: Disable SyncerThreadWithSyncerTest.Pause (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_thread_unittest.cc
===================================================================
--- chrome/browser/sync/engine/syncer_thread_unittest.cc (revision 42365)
+++ chrome/browser/sync/engine/syncer_thread_unittest.cc (working copy)
@@ -720,7 +720,8 @@
MOCK_METHOD1(HandleEvent, void(const SyncerEvent&));
};
-TEST_F(SyncerThreadWithSyncerTest, Pause) {
+// TODO(skrul): Bug 39070.
+TEST_F(SyncerThreadWithSyncerTest, DISABLED_Pause) {
WaitableEvent sync_cycle_ended_event(false, false);
WaitableEvent paused_event(false, false);
WaitableEvent resumed_event(false, false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698