Chromium Code Reviews| 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; |