Commit 7e6606d9 authored by dalecurtis@google.com's avatar dalecurtis@google.com

Disables failing test flac on bots. Fixes typo.

BUG=141020
TEST=content_browsertests
TBR=jam@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150230 0039d316-1c4b-4281-b951-d872f2087c98
parent e6ba5a19
......@@ -129,7 +129,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear3gpAmrnbMpeg4) {
PlayVideo("bear_mpeg4_amrnb.3gp", GetParam());
}
IN_PROC_BROWSER_TEST_F(MediaTest, VideoBearWavGsmms) {
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavGsmms) {
PlayAudio("bear_gsm_ms.wav", GetParam());
}
......@@ -137,9 +137,10 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) {
PlayAudio("bear_mulaw.wav", GetParam());
}
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
PlayAudio("bear.flac", GetParam());
}
// TODO(dalecurtis): Fails seek test. http://crbug.com/141020
// IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
// PlayAudio("bear.flac", GetParam());
// }
#endif
#endif
......
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