jedcunningham commented on code in PR #27322:
URL: https://github.com/apache/airflow/pull/27322#discussion_r1007164990


##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -285,6 +286,13 @@ def run_tests_in_parallel(
                     if test_type.startswith(heavy_test_type):
                         test_types_list.remove(test_type)
                         tests_to_run_sequentially.append(test_type)
+            if full_tests_needed:

Review Comment:
   Should this be `if not full_tests_needed`? We want to still run them when 
`full_tests_needed` is true, right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to