Commit 9942d211 authored by Mounir Lamouri's avatar Mounir Lamouri Committed by Commit Bot

Disable flaky MultipleBrowserWindowOnePIPWindow on Linux too

Bug: 855883
Change-Id: I208dab13ef989714b5385b92a70fb70155bddf3c
TBR: mlamouri@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1113897Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570068}
parent 17c81707
......@@ -684,7 +684,8 @@ IN_PROC_BROWSER_TEST_F(PictureInPictureWindowControllerBrowserTest,
EXPECT_FALSE(window_controller()->GetWindowForTesting()->IsVisible());
}
#if defined(OS_CHROMEOS)
// https://crbug.com/855883
#if defined(OS_CHROMEOS) || defined(OS_LINUX)
#define MAYBE_MultipleBrowserWindowOnePIPWindow \
DISABLED_MultipleBrowserWindowOnePIPWindow
#else
......
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