summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authormallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-10-21 17:58:35 +0000
committermallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-10-21 17:58:35 +0000
commit7ee621c3ac51dc029a3b7c10105bc9810b6f27eb (patch)
tree05ec4f798610572dee931252c4a43fe4b099a381 /app
parente5b49108d39835fbab2ae1c29eff4542a57a8ed5 (diff)
downloadtalk-7ee621c3ac51dc029a3b7c10105bc9810b6f27eb.tar.gz
Reenable DTLS renegotiation unittest in libjingle.
This test is failing on memcheck bots. After investigation problem per say is not in this particular unittest and rather is in suite. So this test is added to memcheck exclude list. R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2689004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5011 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'app')
-rw-r--r--app/webrtc/peerconnection_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/webrtc/peerconnection_unittest.cc b/app/webrtc/peerconnection_unittest.cc
index 74f420b..9de6ec9 100644
--- a/app/webrtc/peerconnection_unittest.cc
+++ b/app/webrtc/peerconnection_unittest.cc
@@ -1065,7 +1065,7 @@ TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestDtls) {
// This test sets up a audio call initially and then upgrades to audio/video,
// using DTLS.
-TEST_F(JsepPeerConnectionP2PTestClient, DISABLED_LocalP2PTestDtlsRenegotiate) {
+TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestDtlsRenegotiate) {
MAYBE_SKIP_TEST(talk_base::SSLStreamAdapter::HaveDtlsSrtp);
FakeConstraints setup_constraints;
setup_constraints.AddMandatory(MediaConstraintsInterface::kEnableDtlsSrtp,