From 5d43f74585563a18fdbe822bd5a6f36a5281a213 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Sun, 19 Feb 2017 09:31:01 +0100 Subject: [PATCH] Remove buildbot annotation for video_quality_loopback_test.py In https://codereview.webrtc.org/2704073002 an attempt was made to make the buildbot step show up as orange, which didn't work. The step showed up as a test failure, which will confuse sheriffs. BUG=webrtc:7185 TBR=mandermo@webrtc.org Review-Url: https://codereview.webrtc.org/2699383002 . Cr-Commit-Position: refs/heads/master@{#16699} --- webrtc/examples/androidtests/video_quality_loopback_test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webrtc/examples/androidtests/video_quality_loopback_test.py b/webrtc/examples/androidtests/video_quality_loopback_test.py index 9d111e3b37..dd112750b6 100755 --- a/webrtc/examples/androidtests/video_quality_loopback_test.py +++ b/webrtc/examples/androidtests/video_quality_loopback_test.py @@ -51,11 +51,10 @@ def _ParseArgs(): def main(): - print '@@@STEP_WARNINGS@@@' print 'This test is currently disabled (https://bugs.webrtc.org/7185)' - print '@@@STEP_LINK@Disabled@https://bugs.webrtc.org/7185@@@ (webrtc:7185)' - sys.exit(0) + return 0 + # pylint: disable=W0101 logging.basicConfig(level=logging.INFO) args = _ParseArgs()