Commit 9c23c27d authored by Max Morin's avatar Max Morin Committed by Commit Bot

Disable DetachToBrowserTabDragControllerTest.DragDirectlyToSecondWindow

Bug: 837219
Change-Id: Iead6a495343d630cd19ecba769330893f86cbb9f
Tbr: sky
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/1030213Reviewed-by: default avatarMax Morin <maxmorin@chromium.org>
Commit-Queue: Max Morin <maxmorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553994}
parent 297f6595
......@@ -1589,17 +1589,13 @@ IN_PROC_BROWSER_TEST_P(DetachToBrowserTabDragControllerTest,
EXPECT_FALSE(browser2->window()->IsMaximized());
}
#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_WIN)
// TODO(sky,sad): Disabled as it fails due to resize locks with a real
// compositor. crbug.com/331924
#define MAYBE_DragDirectlyToSecondWindow DISABLED_DragDirectlyToSecondWindow
#else
#define MAYBE_DragDirectlyToSecondWindow DragDirectlyToSecondWindow
#endif
// Also fails on mac, crbug.com/837219
// Creates two browsers, drags from first into the second in such a way that
// no detaching should happen.
IN_PROC_BROWSER_TEST_P(DetachToBrowserTabDragControllerTest,
MAYBE_DragDirectlyToSecondWindow) {
DISABLED_DragDirectlyToSecondWindow) {
TabStrip* tab_strip = GetTabStripForBrowser(browser());
// Add another tab to browser().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment