jedcunningham opened a new pull request #18618:
URL: https://github.com/apache/airflow/pull/18618


   We don't really care about the order of the TI's, so compare sets instead.
   
   This has been failing in main. e.g:
   https://github.com/apache/airflow/runs/3742188051
   
   ```
   tests/www/views/test_views_dagrun.py::test_set_dag_runs_action[failed]: 
AssertionError: assert ['failed', 'success'] == ['success', 'failed']
     At index 0 diff: 'failed' != 'success'
     Use -v to get the full diff
   tests/www/views/test_views_dagrun.py::test_set_dag_runs_action[running]: 
AssertionError: assert ['failed', 'success'] == ['success', 'failed']
     At index 0 diff: 'failed' != 'success'
     Use -v to get the full diff
   ```


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