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

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

Issue 14336011: Disable CanSetupAudioAndVideoCallWithoutMsidAndBundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/webrtc_browsertest.cc
diff --git a/content/browser/media/webrtc_browsertest.cc b/content/browser/media/webrtc_browsertest.cc
index 8838dff6df5751c9140d0d2da4971644b9c66f82..7741f993414771ef640498e8ab084b09b9d865ca 100644
--- a/content/browser/media/webrtc_browsertest.cc
+++ b/content/browser/media/webrtc_browsertest.cc
@@ -115,8 +115,9 @@ IN_PROC_BROWSER_TEST_F(WebrtcBrowserTest,
// MSID and bundle attribute from the initial offer to verify that
// video is playing for the call even if the initiating client don't support
// MSID. http://tools.ietf.org/html/draft-alvestrand-rtcweb-msid-02
+// Disabled, see http://crbug.com/235089.
IN_PROC_BROWSER_TEST_F(WebrtcBrowserTest,
- CanSetupAudioAndVideoCallWithoutMsidAndBundle) {
+ DISABLED_CanSetupAudioAndVideoCallWithoutMsidAndBundle) {
gab 2013/04/24 17:55:04 Only needs to be disable on Win7Aura AFAIK. i.e. P
not at google - send to devlin 2013/04/24 17:58:11 Done.
GURL url(test_server()->GetURL("files/media/peerconnection-call.html"));
NavigateToURL(shell(), url);
« 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