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


##########
airflow-core/tests/unit/models/test_taskinstance.py:
##########
@@ -4122,7 +4122,7 @@ def first_asset_task(*, outlet_events):
 
             first_asset_task()
 
-        with dag_maker(schedule=None, serialized=True, session=session):
+        with dag_maker(schedule=None, serialized=False, session=session):

Review Comment:
   Okay, so shoutout to @Lee-W for having a quick pairing session - we fixed 1 
and decided to skip the second for now. #48539 has been opened to track getting 
it back running.



-- 
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