| 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..380dc0b7832f7fc424bbc2a45aaed62ef4ec3271 100644
|
| --- a/content/browser/media/webrtc_browsertest.cc
|
| +++ b/content/browser/media/webrtc_browsertest.cc
|
| @@ -115,8 +115,16 @@ 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 for win7_aura, see http://crbug.com/235089.
|
| +#if defined(OS_WIN) && defined(USE_AURA)
|
| +#define MAYBE_CanSetupAudioAndVideoCallWithoutMsidAndBundle\
|
| + DISABLED_CanSetupAudioAndVideoCallWithoutMsidAndBundle
|
| +#else
|
| +#define MAYBE_CanSetupAudioAndVideoCallWithoutMsidAndBundle\
|
| + CanSetupAudioAndVideoCallWithoutMsidAndBundle
|
| +#endif
|
| IN_PROC_BROWSER_TEST_F(WebrtcBrowserTest,
|
| - CanSetupAudioAndVideoCallWithoutMsidAndBundle) {
|
| + MAYBE_CanSetupAudioAndVideoCallWithoutMsidAndBundle) {
|
| GURL url(test_server()->GetURL("files/media/peerconnection-call.html"));
|
| NavigateToURL(shell(), url);
|
|
|
|
|