Index: webrtc/examples/androidtests/video_quality_loopback_test.py |
diff --git a/webrtc/examples/androidtests/video_quality_loopback_test.py b/webrtc/examples/androidtests/video_quality_loopback_test.py |
index a6115f31e3ddc822fc4206f09ce3fa678060819d..5ef85371afdc904a075c9bc8bff004495f255a02 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() |