Chromium Code Reviews| 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); |