mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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 <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28775}
This commit is contained in:
parent
61b15905b0
commit
bb1f2454cd
1 changed files with 0 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue