summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/buildbot_tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/buildbot_tests.py b/test/buildbot_tests.py
index 1c267965..da038d7f 100755
--- a/test/buildbot_tests.py
+++ b/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: