ffinfo commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges 
to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r257421945
 
 

 ##########
 File path: tests/test_models.py
 ##########
 @@ -2811,7 +2889,7 @@ def test_email_alert(self, mock_send_email):
         ti = TI(task=task, execution_date=datetime.datetime.now())
 
         try:
-            ti.run()
+            ti._run_raw_task()
 
 Review comment:
   will I did struggle a lot with this test. For a long time I could pass the 
test local but not on travis. Is simple tests some logging, for the test is 
does not matter, `_run_raw_task()` takes let recourses ;)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to