diff --git a/run_project_tests.py b/run_project_tests.py index 974273fc790e..67f4c9728dea 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -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'])]