Skip to content

Commit

Permalink
Revert "Do not even submit test suites that are skipped completely."
Browse files Browse the repository at this point in the history
This reverts commit e25b61b.
  • Loading branch information
eli-schwartz committed May 30, 2024
1 parent 03099e7 commit 83dc0f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_project_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,6 @@ def _run_tests(all_tests: T.List[T.Tuple[str, T.List[TestDef], bool]],
current_suite = ET.SubElement(junit_root, 'testsuite', {'name': name, 'tests': str(len(test_cases))})
if skipped:
futures += [LogRunFuture(['\n', bold(f'Not running {name} tests.'), '\n'])]
continue
else:
futures += [LogRunFuture(['\n', bold(f'Running {name} tests.'), '\n'])]

Expand Down

0 comments on commit 83dc0f1

Please sign in to comment.