diff --git a/webrtc/examples/androidtests/video_quality_loopback_test.py b/webrtc/examples/androidtests/video_quality_loopback_test.py index a6115f31e3..5ef85371af 100755 --- a/webrtc/examples/androidtests/video_quality_loopback_test.py +++ b/webrtc/examples/androidtests/video_quality_loopback_test.py @@ -51,10 +51,6 @@ def _ParseArgs(): def main(): - print 'This test is currently disabled (https://bugs.webrtc.org/7185)' - return 0 - - # pylint: disable=W0101 logging.basicConfig(level=logging.INFO) args = _ParseArgs()