Commit fa7fafbb authored by Minoru Chikamune's avatar Minoru Chikamune Committed by Chromium LUCI CQ

Disable MediaSessionBrowserTest.SimplePlayPause on Mac.

This test was disabled due to flakiness.

TBR: mlamouri@google.com,mlamouri@chromium.org,beccahughes@chromium.org,mario@igalia.com
Bug: 1157263, 1157241, 1157239, 1157319
Change-Id: I9579f7f5f57dff4ac3bad4a458381d2be02f5984
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599782Reviewed-by: default avatarMinoru Chikamune <chikamune@chromium.org>
Commit-Queue: Minoru Chikamune <chikamune@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838783}
parent 4c171181
...@@ -247,9 +247,9 @@ IN_PROC_BROWSER_TEST_F(MediaSessionBrowserTestWithoutInternalMediaSession, ...@@ -247,9 +247,9 @@ IN_PROC_BROWSER_TEST_F(MediaSessionBrowserTestWithoutInternalMediaSession,
EXPECT_TRUE(IsPlaying(shell(), "long-video")); EXPECT_TRUE(IsPlaying(shell(), "long-video"));
} }
// Flaky on Linux and Android. 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) #if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_MAC)
#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