aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/presubmit.py
diff options
context:
space:
mode:
authorGravatar Jonathan Metzman <metzman@chromium.org>2020-04-28 13:37:52 -0700
committerGravatar Jonathan Metzman <metzman@chromium.org>2020-04-28 13:37:58 -0700
commitdac83d7b8e886b9d1102ecc3219906e48ca716db (patch)
tree0320224a9e998988d2eea563aa4fcda1d1291964 /infra/presubmit.py
parent6f1a7f79115a949c8954ccd76bca1baa66e686f6 (diff)
Revert "[CIFuzz] Support ALLOWED_BROKEN_TARGETS_PERCENTAGE"
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index f8cf0110..cbcbc0bc 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -334,9 +334,6 @@ def run_tests():
for file in get_changed_files():
changed_dirs.add(os.path.dirname(file))
- # TODO(metzman): This approach for running tests is probably flawed since
- # tests can fail even if their directory isn't changed. Figure out if it is
- # needed (to save time) and remove it if it isn't.
suite_list = []
for change_dir in changed_dirs:
suite_list.append(unittest.TestLoader().discover(change_dir,