potiuk commented on code in PR #35160:
URL: https://github.com/apache/airflow/pull/35160#discussion_r1375477256
##########
tests/jobs/test_triggerer_job.py:
##########
@@ -110,6 +112,9 @@ def create_trigger_in_db(session, trigger, operator=None):
return dag_model, run, trigger_orm, task_instance
+# Quarantined because this test is failing the first time it is run. The
second time succeeds
+# Seems to be connected with SOME race condition and needs to be investigated
[email protected]
Review Comment:
Captured all details for that one in
https://github.com/apache/airflow/issues/35254
--
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]