Skip to content

Commit

Permalink
Disabling WebRtcBrowserTest.CallWithDataAndMedia
Browse files Browse the repository at this point in the history
WebRtcBrowserTest.CallWithDataAndMedia is flaking on Android Tests (dbg).

BUG=374034
TBR=perkj
NOTRY=true

Review URL: https://codereview.chromium.org/290633003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270888 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
trchen@chromium.org committed May 16, 2014
1 parent 63c1467 commit 735251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/browser/media/webrtc_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, CallWithSctpDataOnly) {
// This test will make a PeerConnection-based call and test an unreliable text
// dataChannel and audio and video tracks.
// TODO(mallinath) - Remove this test after rtp based data channel is disabled.
IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CallWithDataAndMedia) {
IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, DISABLED_CallWithDataAndMedia) {
MakeTypicalPeerConnectionCall("callWithDataAndMedia();");
}

Expand Down

0 comments on commit 735251e

Please sign in to comment.