Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Unified Diff: webrtc/examples/androidtests/video_quality_loopback_test.py

Issue 2854803002: Disable video quality test due to unexpected failures (Closed)
Patch Set: Lint... Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698