andyjianzhou commented on code in PR #40254: URL: https://github.com/apache/airflow/pull/40254#discussion_r1684814837
########## tests/www/views/test_views_tasks.py: ########## @@ -66,7 +66,7 @@ def reset_dagruns(): @pytest.fixture(autouse=True) -def init_dagruns(app, reset_dagruns): Review Comment: This basically initializes the DAG runs with pre-made execution dates and specific states. Basically for every test, it runs for every test in the module, setting states to 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]
