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

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

Issue 2819058: Disabling test that hangs bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 53044)
+++ chrome/browser/sync/engine/syncer_thread_unittest.cc (working copy)
@@ -904,7 +904,8 @@
// TODO(skrul): See TODO comment on the "Pause" test above for an
// explanation of the usage of FLAKY here.
-TEST_F(SyncerThreadWithSyncerTest, FLAKY_PauseWhenNotConnected) {
+// TODO(pinkerton): disabled due to hanging on test bots http://crbug/39070
Paweł Hajdan Jr. 2010/07/20 18:10:27 nit: crbug.com
+TEST_F(SyncerThreadWithSyncerTest, DISABLED_PauseWhenNotConnected) {
WaitableEvent sync_cycle_ended_event(false, false);
WaitableEvent event(false, false);
ListenerMock listener;
« 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