Skip to content

Commit

Permalink
Output for quarantined tests is not hidden by default in CI (#32975)
Browse files Browse the repository at this point in the history
When we ran quarantined tests the output of the tests was
hidden, because we are not running the tests in parallell and only
parallel tests are summarising test results after they finish and
hide the execution inside the CI group.

This change causes "non-parallel" tests in breeze to print command
output outside of the group, which will mean that we will see the
test results without having to unfold the group.
  • Loading branch information
potiuk authored Jul 31, 2023
1 parent 915f9e4 commit 357d35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/breeze/src/airflow_breeze/commands/testing_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ def command_for_tests(
db_reset=db_reset,
output=None,
test_timeout=test_timeout,
output_outside_the_group=True,
skip_docker_compose_down=skip_docker_compose_down,
)
sys.exit(returncode)
Expand Down

0 comments on commit 357d35c

Please sign in to comment.