diff --git a/webrtc/test/buildbot_tests.py b/webrtc/test/buildbot_tests.py index 1c26796526..da038d7f20 100755 --- a/webrtc/test/buildbot_tests.py +++ b/webrtc/test/buildbot_tests.py @@ -114,9 +114,6 @@ 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: