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

Unified Diff: content/browser/media/media_source_browsertest.cc

Issue 15961002: Disable ConfigChangeVideo test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/media_source_browsertest.cc
diff --git a/content/browser/media/media_source_browsertest.cc b/content/browser/media/media_source_browsertest.cc
index 7c8cf731aad445831d52c706a18cd3d514b7521f..43525b2516fd1ed642133f27fd37b607b97643c8 100644
--- a/content/browser/media/media_source_browsertest.cc
+++ b/content/browser/media/media_source_browsertest.cc
@@ -77,7 +77,7 @@ IN_PROC_BROWSER_TEST_F(MediaSourceTest, Playback_Type_Error) {
TestSimplePlayback("bear-320x240-video-only.webm", kWebMAudioOnly, kError);
}
-IN_PROC_BROWSER_TEST_F(MediaSourceTest, ConfigChangeVideo) {
+IN_PROC_BROWSER_TEST_F(MediaSourceTest, DISABLED_ConfigChangeVideo) {
ASSERT_NO_FATAL_FAILURE(
RunTest("mse_config_change.html", NULL, NULL, kEnded));
}
« 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