Commit 796e58ae authored by Kamila's avatar Kamila Committed by Commit Bot

Disabled DragWindowFromShelfControllerTest flaky tests

Change-Id: Ib3249e012753027b1d8ea8024df6cee0e589d3c8
TBR: afakhry@chromium.org
BUG: 1019080, 1018498
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886672
Commit-Queue: Kamila Hasanbega <hkamila@chromium.org>
Reviewed-by: default avatarKamila Hasanbega <hkamila@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710282}
parent ba97ef24
......@@ -289,7 +289,8 @@ TEST_F(DragWindowFromShelfControllerTest, RestoreWindowToOriginalBounds) {
// Test if overview is active and splitview is not active, fling in overview may
// or may not head to the home screen.
TEST_F(DragWindowFromShelfControllerTest, FlingInOverview) {
// TODO(https://crbug.com/1019080) This test is flaky.
TEST_F(DragWindowFromShelfControllerTest, DISABLED_FlingInOverview) {
UpdateDisplay("400x400");
auto window = CreateTestWindow();
......@@ -519,7 +520,9 @@ TEST_F(DragWindowFromShelfControllerTest, CancelDragDismissOverview) {
EXPECT_TRUE(window3->IsVisible());
}
TEST_F(DragWindowFromShelfControllerTest, CancelDragIfWindowDestroyed) {
// TODO(https://crbug.com/1018498) This test is flaky.
TEST_F(DragWindowFromShelfControllerTest,
DISABLED_CancelDragIfWindowDestroyed) {
auto window = CreateTestWindow();
StartDrag(window.get());
Drag(gfx::Point(200, 200), 0.5f, 0.5f);
......
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