From 6fa456f92826024921d578c7bf076e7ea2414198 Mon Sep 17 00:00:00 2001 From: "mallinath@webrtc.org" Date: Tue, 15 Oct 2013 00:11:54 +0000 Subject: [PATCH] Disabling the DTLS renegotiation test case for PeerConnection. Currently it's failing on Linux memcheck, most likely due to timing issues. TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2394006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4962 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/app/webrtc/peerconnection_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk/app/webrtc/peerconnection_unittest.cc b/talk/app/webrtc/peerconnection_unittest.cc index 44f76ca2f..d89ed0f92 100644 --- a/talk/app/webrtc/peerconnection_unittest.cc +++ b/talk/app/webrtc/peerconnection_unittest.cc @@ -1061,7 +1061,7 @@ TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestDtls) { // This test sets up a audio call initially and then upgrades to audio/video, // using DTLS. -TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestDtlsRenegotiate) { +TEST_F(JsepPeerConnectionP2PTestClient, DISABLED_LocalP2PTestDtlsRenegotiate) { MAYBE_SKIP_TEST(talk_base::SSLStreamAdapter::HaveDtlsSrtp); FakeConstraints setup_constraints; setup_constraints.AddMandatory(MediaConstraintsInterface::kEnableDtlsSrtp,