Commit 52ead7cf authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable SurfaceIdChangeDoesNotMoveWindow

This CL disables
PictureInPictureWindowControllerBrowserTest.SurfaceIdChangeDoesNotMoveWindow
due to flakiness.

TBR=odejesush@chromium.org
NOTRY=true

Bug: 1002489
Change-Id: Ia0da98a68c4d9e669cff36ab7a55bee220da66ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031598Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736989}
parent 7d6e3b39
...@@ -1342,8 +1342,9 @@ IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest, ...@@ -1342,8 +1342,9 @@ IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
// Tests that when a new surface id is sent to the Picture-in-Picture window, it // Tests that when a new surface id is sent to the Picture-in-Picture window, it
// doesn't move back to its default position. // doesn't move back to its default position.
// crbug.com/1002489: disabled due to flakiness.
IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest, IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
SurfaceIdChangeDoesNotMoveWindow) { DISABLED_SurfaceIdChangeDoesNotMoveWindow) {
LoadTabAndEnterPictureInPicture( LoadTabAndEnterPictureInPicture(
browser(), base::FilePath(kPictureInPictureWindowSizePage)); browser(), base::FilePath(kPictureInPictureWindowSizePage));
......
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