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:
parent
fc1af01557
commit
78ef2c7da7
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user