Disable video quality test due to unexpected failures

BUG=webrtc:7548
NOTRY=True

Review-Url: https://codereview.webrtc.org/2854803002
Cr-Commit-Position: refs/heads/master@{#17966}
This commit is contained in:
oprypin 2017-05-02 00:09:32 -07:00 committed by Commit bot
parent fc1af01557
commit 78ef2c7da7

View File

@ -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()