Commit 1a02906a authored by Dominique Fauteux-Chapleau's avatar Dominique Fauteux-Chapleau Committed by Chromium LUCI CQ

sheriff: disable HandleMediaKeyPlayPause

TBR=jrw@chromium.org

Bug: 1156754
Change-Id: I85af0e5b94b65be15392329d3fc11831530dac67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579724Reviewed-by: default avatarDominique Fauteux-Chapleau <domfc@chromium.org>
Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834828}
parent 199337cb
...@@ -1557,8 +1557,9 @@ IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest, ...@@ -1557,8 +1557,9 @@ IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
// Tests that video in Picture-in-Picture is paused when user presses // Tests that video in Picture-in-Picture is paused when user presses
// VKEY_MEDIA_PLAY_PAUSE key even if there's another media playing in a // VKEY_MEDIA_PLAY_PAUSE key even if there's another media playing in a
// foreground tab. // foreground tab.
// Flaky, see crbug.com/1156754
IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest, IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
HandleMediaKeyPlayPause) { DISABLED_HandleMediaKeyPlayPause) {
GURL test_page_url = ui_test_utils::GetTestUrl( GURL test_page_url = ui_test_utils::GetTestUrl(
base::FilePath(base::FilePath::kCurrentDirectory), base::FilePath(base::FilePath::kCurrentDirectory),
base::FilePath(kPictureInPictureWindowSizePage)); 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