Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc |
index 2842126fe249c9df85c8827da4da1f05910326cc..5e1d861052c2b0ad9342473e8677a4f98c4a1c31 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc |
@@ -1911,8 +1911,9 @@ class ShelfAppBrowserTestWithMultiMonitor |
// Do basic drag and drop interaction tests between the application list and |
// the launcher in the secondary monitor. |
+// TODO(msw): fix, http://crbug.com/678622. |
IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTestWithMultiMonitor, |
- BasicDragAndDrop) { |
+ DISABLED_BasicDragAndDrop) { |
// Get a number of interfaces we need. |
DCHECK_EQ(ash::Shell::GetAllRootWindows().size(), 2U); |
aura::Window* secondary_root_window = ash::Shell::GetAllRootWindows()[1]; |