Commit 11e57659 authored by Taylor Bergquist's avatar Taylor Bergquist Committed by Commit Bot

Disable flaky DragController test.

Bug: 960915
Change-Id: I3e39cc3ba6e4e98ad9a01ac2ab9028fa1a1f76d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614433
Commit-Queue: Taylor Bergquist <tbergquist@chromium.org>
Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660667}
parent b85dc559
......@@ -1650,10 +1650,8 @@ void DragWindowAndVerifyOffset(DetachToBrowserTabDragControllerTest* test,
#if defined(OS_WIN)
// TODO(mukai): enable those tests on Windows.
#define MAYBE_OffsetForDraggingTab DISABLED_OffsetForDraggingTab
#define MAYBE_OffsetForDraggingDetachedTab DISABLED_OffsetForDraggingDetachedTab
#else
#define MAYBE_OffsetForDraggingTab OffsetForDraggingTab
#define MAYBE_OffsetForDraggingDetachedTab OffsetForDraggingDetachedTab
#endif
IN_PROC_BROWSER_TEST_P(DetachToBrowserTabDragControllerTest,
......@@ -1662,8 +1660,9 @@ IN_PROC_BROWSER_TEST_P(DetachToBrowserTabDragControllerTest,
ASSERT_FALSE(TabDragController::IsActive());
}
// TODO(960915): fix flakiness and re-enable this test on mac/linux.
IN_PROC_BROWSER_TEST_P(DetachToBrowserTabDragControllerTest,
MAYBE_OffsetForDraggingDetachedTab) {
DISABLED_OffsetForDraggingDetachedTab) {
AddTabAndResetBrowser(browser());
DragWindowAndVerifyOffset(this, GetTabStripForBrowser(browser()), 1);
......
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