Disable libjingle_peerconnection_java_unittest

Broken by libjingle roll in r5590.

TBR=henrike@webrtc.org
BUG=2960
TEST=git try --bot=linux_baremetal --revision=5597

Review URL: https://webrtc-codereview.appspot.com/9029004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5598 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2014-02-23 18:47:27 +00:00
parent 33af96c5c2
commit 55fcd716f3

View File

@ -114,6 +114,9 @@ def main():
print 'Running WebRTC Buildbot tests: %s' % options.test
for test in options.test:
if test == 'libjingle_peerconnection_java_unittest':
print 'Skipping disabled test: %s, see webrtc:2960' % test
continue
cmd_line = test_dict[test]
env = os.environ.copy()
if test in _CUSTOM_ENV: