| Index: content/browser/media_browsertest.cc
|
| diff --git a/content/browser/media_browsertest.cc b/content/browser/media_browsertest.cc
|
| index 060ea30c723931887fb3e2fcd6a0b7cd52d6195e..25e08afafe7f122c2cd570750dec93a8ac361929 100644
|
| --- a/content/browser/media_browsertest.cc
|
| +++ b/content/browser/media_browsertest.cc
|
| @@ -137,6 +137,12 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
|
| #endif
|
|
|
| IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavPcm) {
|
| + // Temporarily skip running HTTP version of the
|
| + // test since it times out frequently on the ASAN bots.
|
| + // Remove this condition once http://crbug.com/169031
|
| + // has been fixed.
|
| + if (GetParam())
|
| + return;
|
| PlayAudio("bear_pcm.wav", GetParam());
|
| }
|
|
|
|
|