aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/presubmit.py
diff options
context:
space:
mode:
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,