From 6cf3d249139500ff315c958e9a221e748e2c79e3 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Fri, 27 Mar 2020 17:11:34 +0000 Subject: [PATCH] Enable test for git_rebase_update on Windows R=ehmaldonado@chromium.org Change-Id: Ie801df1cef3d36fbfe6ba9fbd922bff4cf03a006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2123867 Reviewed-by: Edward Lesmes Commit-Queue: Josip Sokcevic --- PRESUBMIT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index ab22f0a625..74742d0a58 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -80,7 +80,6 @@ def CommonChecks(input_api, output_api, tests_to_black_list, run_on_python3): r'.*git_common_test\.py$', r'.*git_hyper_blame_test\.py$', r'.*git_map_test\.py$', - r'.*git_rebase_update_test\.py$', r'.*ninjalog_uploader_test\.py$', r'.*recipes_test\.py$', r'.*roll_dep_test\.py$',