Revert of Temporarily disable failing video_quality_loopback_test.py (patchset #1 id:1 of https://codereview.webrtc.org/2704073002/ )

Reason for revert:
Enabling this again so we can start running it experimentally on the bots.

Original issue's description:
> Temporarily disable failing video_quality_loopback_test.py
>
> BUG=webrtc:7185
> TBR=mandermo@webrtc.org
>
> Review-Url: https://codereview.webrtc.org/2704073002 .
> Cr-Commit-Position: refs/heads/master@{#16697}
> Committed: 6951a28b41

TBR=mandermo@webrtc.org
BUG=webrtc:7185
NOTRY=True

Review-Url: https://codereview.webrtc.org/2734333002
Cr-Commit-Position: refs/heads/master@{#17110}
This commit is contained in:
kjellander
2017-03-08 02:10:21 -08:00
committed by Commit bot
parent 9900be313c
commit 0d4e235a96

View File

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