Commit 5d7197f5 authored by cjhopman's avatar cjhopman Committed by Commit bot

Disable build/android/buildbot/tests in presubmit

These tests are deleting out/Debug when run.

TBR=navabi
NOTRY=true
BUG=410936

Review URL: https://codereview.chromium.org/542803002

Cr-Commit-Position: refs/heads/master@{#293321}
parent 1e021cbc
......@@ -48,8 +48,9 @@ def CommonChecks(input_api, output_api):
white_list=[r'gyp/.*\.py$', r'gn/.*\.py'],
extra_paths_list=[J('gyp'), J('gn')]))
output.extend(input_api.canned_checks.RunUnitTestsInDirectory(
input_api, output_api, J('buildbot', 'tests')))
# Disabled due to http://crbug.com/410936
#output.extend(input_api.canned_checks.RunUnitTestsInDirectory(
#input_api, output_api, J('buildbot', 'tests')))
pylib_test_env = dict(input_api.environ)
pylib_test_env.update({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment