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) { ...@@ -129,7 +129,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear3gpAmrnbMpeg4) {
PlayVideo("bear_mpeg4_amrnb.3gp", GetParam()); 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()); PlayAudio("bear_gsm_ms.wav", GetParam());
} }
...@@ -137,9 +137,10 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) { ...@@ -137,9 +137,10 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) {
PlayAudio("bear_mulaw.wav", GetParam()); PlayAudio("bear_mulaw.wav", GetParam());
} }
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) { // TODO(dalecurtis): Fails seek test. http://crbug.com/141020
PlayAudio("bear.flac", GetParam()); // IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
} // PlayAudio("bear.flac", GetParam());
// }
#endif #endif
#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