Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: content/browser/media_browsertest.cc

Issue 11817021: Disable Http/MediaTest.VideoBearWavPcm/0 to stop ASAN failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698