Commit 6e42d83a authored by Maxim Kolosovskiy's avatar Maxim Kolosovskiy Committed by Chromium LUCI CQ

[Sheriff] Disable MediaSessionBrowserTest.MultiplePlayersPlayPause on CrOs

TBR=mlamouri@chromium.org

Bug: 1157239
Change-Id: I94f5aef90870471863c37003f9cd06988645502c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627271Reviewed-by: default avatarMaxim Kolosovskiy  <kolos@chromium.org>
Commit-Queue: Maxim Kolosovskiy  <kolos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842991}
parent 8225361f
...@@ -249,7 +249,8 @@ IN_PROC_BROWSER_TEST_F(MediaSessionBrowserTestWithoutInternalMediaSession, ...@@ -249,7 +249,8 @@ IN_PROC_BROWSER_TEST_F(MediaSessionBrowserTestWithoutInternalMediaSession,
// Flaky on Linux and Android and Mac. http://crbug.com/1157239, // Flaky on Linux and Android and Mac. http://crbug.com/1157239,
// http://crbug.com/1157319 // http://crbug.com/1157319
#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_MAC) #if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_MAC) || \
defined(OS_CHROMEOS)
#define MAYBE_SimplePlayPause DISABLED_SimplePlayPause #define MAYBE_SimplePlayPause DISABLED_SimplePlayPause
#else #else
#define MAYBE_SimplePlayPause SimplePlayPause #define MAYBE_SimplePlayPause SimplePlayPause
......
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