potiuk commented on a change in pull request #14531:
URL: https://github.com/apache/airflow/pull/14531#discussion_r589132393
##########
File path: .github/workflows/ci.yml
##########
@@ -35,6 +35,8 @@ env:
DB_RESET: "true"
VERBOSE: "true"
DOCKER_CACHE: "pulled"
+ # Do not show all output lines on CI. Only output of the failed tests will
be shown as a summary
+ TEST_SHOW_ALL_OUTPUT_LINES_AS_THEY_APPEAR: "false"
Review comment:
Removed this variable altogether.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]