From 183c727bcafa7e15ce5bbd75dbbc428e599e6a6b Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Wed, 13 Nov 2013 22:59:20 +0000 Subject: [PATCH] Disable datachannel_unittest.cc the test fails to compile because it uses incorrect gmock path (as some other tests). TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3849004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5121 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/libjingle_tests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp index 80e1e96eb5..44fa8f73a1 100755 --- a/talk/libjingle_tests.gyp +++ b/talk/libjingle_tests.gyp @@ -375,7 +375,7 @@ ], # TODO(ronghuawu): Reenable below unit tests that require gmock. 'sources': [ - 'app/webrtc/datachannel_unittest.cc', + # 'app/webrtc/datachannel_unittest.cc', 'app/webrtc/dtmfsender_unittest.cc', 'app/webrtc/jsepsessiondescription_unittest.cc', 'app/webrtc/localaudiosource_unittest.cc',