(Auto)update libjingle 67017551-> 67023528
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6158 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1131,7 +1131,9 @@ TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestAnswerNone) {
|
|||||||
// runs for a while (10 frames), the caller sends an update offer with video
|
// runs for a while (10 frames), the caller sends an update offer with video
|
||||||
// being rejected. Once the re-negotiation is done, the video flow should stop
|
// being rejected. Once the re-negotiation is done, the video flow should stop
|
||||||
// and the audio flow should continue.
|
// and the audio flow should continue.
|
||||||
TEST_F(JsepPeerConnectionP2PTestClient, UpdateOfferWithRejectedContent) {
|
// Disabled due to b/14955157.
|
||||||
|
TEST_F(JsepPeerConnectionP2PTestClient,
|
||||||
|
DISABLED_UpdateOfferWithRejectedContent) {
|
||||||
ASSERT_TRUE(CreateTestClients());
|
ASSERT_TRUE(CreateTestClients());
|
||||||
LocalP2PTest();
|
LocalP2PTest();
|
||||||
TestUpdateOfferWithRejectedContent();
|
TestUpdateOfferWithRejectedContent();
|
||||||
@ -1139,7 +1141,8 @@ TEST_F(JsepPeerConnectionP2PTestClient, UpdateOfferWithRejectedContent) {
|
|||||||
|
|
||||||
// This test sets up a Jsep call between two parties. The MSID is removed from
|
// This test sets up a Jsep call between two parties. The MSID is removed from
|
||||||
// the SDP strings from the caller.
|
// the SDP strings from the caller.
|
||||||
TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestWithoutMsid) {
|
// Disabled due to b/14955157.
|
||||||
|
TEST_F(JsepPeerConnectionP2PTestClient, DISABLED_LocalP2PTestWithoutMsid) {
|
||||||
ASSERT_TRUE(CreateTestClients());
|
ASSERT_TRUE(CreateTestClients());
|
||||||
receiving_client()->RemoveMsidFromReceivedSdp(true);
|
receiving_client()->RemoveMsidFromReceivedSdp(true);
|
||||||
// TODO(perkj): Currently there is a bug that cause audio to stop playing if
|
// TODO(perkj): Currently there is a bug that cause audio to stop playing if
|
||||||
|
Reference in New Issue
Block a user