mik-laj commented on a change in pull request #6993: [AIRFLOW-4502] new cli
command - task_states_for_dag_run
URL: https://github.com/apache/airflow/pull/6993#discussion_r365563318
##########
File path: tests/www/test_views.py
##########
@@ -2200,6 +2200,7 @@ def test_action_logging_post(self):
only_failed="false",
)
resp = self.client.post("clear", data=form)
+ # sometimes fail due to shared db?
Review comment:
Can you remove this commend? Flaky tests are a problem and we try to limit
it in many ways.
----------------------------------------------------------------
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]
With regards,
Apache Git Services