Commit 332f6d3f authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Sheriff: Disable UpdateMaxSize on Linux

Bug: 1002489
Change-Id: Ie9891d5924601429b4a966ea229a6b7c280a0ef4
Tbr: beaufort.francois@gmail.com
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795845Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695140}
parent aeb67284
......@@ -2996,8 +2996,14 @@ IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
ExpectLeavePictureInPicture(active_web_contents);
}
// TODO(crbug.com/1002489): Test is flaky on Linux.
#if defined(OS_LINUX)
#define MAYBE_UpdateMaxSize DISABLED_UpdateMaxSize
#else
#define MAYBE_UpdateMaxSize UpdateMaxSize
#endif
IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
UpdateMaxSize) {
MAYBE_UpdateMaxSize) {
LoadTabAndEnterPictureInPicture(
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