jscheffl commented on code in PR #41067:
URL: https://github.com/apache/airflow/pull/41067#discussion_r1703385505


##########
dev/breeze/src/airflow_breeze/utils/run_tests.py:
##########
@@ -327,12 +328,16 @@ def generate_args_for_pytest(
             helm_test_package=helm_test_package,
             python_version=python_version,
         )
+
+    max_fail = 50
+    if database_isolation:
+        max_fail = 1000

Review Comment:
   I think at least should be reverted before merge.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to