From bb1f2454cdd9558ff89dfe1353584cd69c0f0bf3 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 6 Aug 2019 13:14:46 +0200 Subject: [PATCH] Disable RunPythonTests on rtc_tools. The only python test present in that folder has been removed by https://webrtc-review.googlesource.com/c/src/+/146941. TBR=tommi@webrtc.org No-Try: True Bug: None Change-Id: Idb03c3b8acceae04ebbf5bb0d8db7cd3288b929d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148074 Commit-Queue: Mirko Bonadei Reviewed-by: Artem Titov Cr-Commit-Position: refs/heads/master@{#28775} --- PRESUBMIT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 2e3abc3165..7edc249ebd 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -736,7 +736,6 @@ def RunPythonTests(input_api, output_api): test_directories = [ input_api.PresubmitLocalPath(), Join('rtc_tools', 'py_event_log_analyzer'), - Join('rtc_tools'), Join('audio', 'test', 'unittests'), ] + [ root for root, _, files in os.walk(Join('tools_webrtc'))