Commit 3c1a6bb4 authored by mkwst@chromium.org's avatar mkwst@chromium.org

Marking 'MediaTest.VideoTulipWebm' as flaky on Mac.

BUG=143151
TBR=dalecurtis@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10828346

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151896 0039d316-1c4b-4281-b951-d872f2087c98
parent e0e5ef0d
......@@ -148,7 +148,13 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavPcm) {
PlayAudio("bear_pcm.wav", GetParam());
}
IN_PROC_BROWSER_TEST_P(MediaTest, VideoTulipWebm) {
#if defined(OS_MACOSX)
// Flaking on Mac 10.6. http://crbug.com/143151
#define MAYBE_VideoTulipWebm FLAKY_VideoTulipWebm
#else
#define MAYBE_VideoTulipWebm VideoTulipWebm
#endif
IN_PROC_BROWSER_TEST_P(MediaTest, MAYBE_VideoTulipWebm) {
PlayVideo("tulip2.webm", GetParam());
}
......
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