Commit 62c351af authored by Yue Zhang's avatar Yue Zhang Committed by Chromium LUCI CQ

Sheriff: Mark 2 tests in MediaSessionBrowserTest as flaky on Android

SimplePlayPause and MultiplePlayersPlayPause are flaky on multiple
Android bots.

TBR: mlamouri@google.com
Bug: 1157319
Change-Id: Ic1944c2281f10ba3dca8298e22d0a784d533919e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585668Reviewed-by: default avatarYue Zhang <yuezhanggg@chromium.org>
Commit-Queue: Yue Zhang <yuezhanggg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835835}
parent 5e0d4018
......@@ -247,8 +247,9 @@ IN_PROC_BROWSER_TEST_F(MediaSessionBrowserTestWithoutInternalMediaSession,
EXPECT_TRUE(IsPlaying(shell(), "long-video"));
}
// Flaky on Linux. http://crbug.com/1157239
#if defined(OS_LINUX)
// Flaky on Linux and Android. http://crbug.com/1157239,
// http://crbug.com/1157319
#if defined(OS_LINUX) || defined(OS_ANDROID)
#define MAYBE_SimplePlayPause DISABLED_SimplePlayPause
#else
#define MAYBE_SimplePlayPause SimplePlayPause
......@@ -271,8 +272,9 @@ IN_PROC_BROWSER_TEST_F(MediaSessionBrowserTest, MAYBE_SimplePlayPause) {
EXPECT_TRUE(IsPlaying(shell(), "long-video"));
}
// Flaky on Linux. http://crbug.com/1157241
#if defined(OS_LINUX)
// Flaky on Linux and Android. http://crbug.com/1157239,
// http://crbug.com/1157319
#if defined(OS_LINUX) || defined(OS_ANDROID)
#define MAYBE_MultiplePlayersPlayPause DISABLED_MultiplePlayersPlayPause
#else
#define MAYBE_MultiplePlayersPlayPause MultiplePlayersPlayPause
......
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