| 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 a62d31c8b893ef8357e987792515038ee2a3dece..2c005860c46a9232c0cfd4005f42245a3d016dca 100755 | 
| --- a/webrtc/examples/androidtests/video_quality_loopback_test.py | 
| +++ b/webrtc/examples/androidtests/video_quality_loopback_test.py | 
| @@ -85,6 +85,10 @@ def _ParseArgs(): | 
|  | 
|  | 
| def main(): | 
| +  # Disabled, see bugs.webrtc.org/7548 | 
| +  if True: | 
| +    return 0 | 
| + | 
| logging.basicConfig(level=logging.INFO) | 
|  | 
| args = _ParseArgs() | 
|  |