Commit 121350ee authored by Sebastien Lalancette's avatar Sebastien Lalancette Committed by Commit Bot

Disabling OverviewSessionTest.DropTargetOnCorrectDisplayForDraggingFromOverview

Test has been flaky in the recent runs:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=ash_unittests&tests=DropTargetOnCorrectDisplayForDraggingFromOverview

TBR=sammiequon@chromium.org

Change-Id: I30ff04ef28a9a4be996f76a7ae88c23d68b00771
Bug: 1008408
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827501Reviewed-by: default avatarSebastien Lalancette <seblalancette@chromium.org>
Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org>
Auto-Submit: Sebastien Lalancette <seblalancette@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700295}
parent be6ff749
...@@ -1298,7 +1298,8 @@ TEST_F(OverviewSessionTest, DropTargetOnCorrectDisplayForDraggingFromTop) { ...@@ -1298,7 +1298,8 @@ TEST_F(OverviewSessionTest, DropTargetOnCorrectDisplayForDraggingFromTop) {
// Tests that dragging a window from overview creates a drop target on the same // Tests that dragging a window from overview creates a drop target on the same
// display. // display.
TEST_F(OverviewSessionTest, DropTargetOnCorrectDisplayForDraggingFromOverview) { // Disabled, test is flaky: crbug.com/1008408
TEST_F(OverviewSessionTest, DISABLED_DropTargetOnCorrectDisplayForDraggingFromOverview) {
UpdateDisplay("600x600,600x600"); UpdateDisplay("600x600,600x600");
EnterTabletMode(); EnterTabletMode();
// DisplayConfigurationObserver enables mirror mode when tablet mode is // DisplayConfigurationObserver enables mirror mode when tablet mode is
......
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