mik-laj commented on a change in pull request #9030:
URL: https://github.com/apache/airflow/pull/9030#discussion_r433541076



##########
File path: tests/cli/commands/test_task_command.py
##########
@@ -170,9 +170,10 @@ def test_task_state(self):
     def test_task_states_for_dag_run(self):
 
         dag2 = DagBag().dags['example_python_operator']
-
         task2 = dag2.get_task(task_id='print_the_context')
         defaut_date2 = timezone.make_aware(datetime(2016, 1, 9))
+        dag2.clear()

Review comment:
       We may have data from another run.




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


Reply via email to