sfc-gh-kbregula commented on a change in pull request #14875: URL: https://github.com/apache/airflow/pull/14875#discussion_r597806404
########## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ########## @@ -27,10 +28,26 @@ from tests.test_utils.decorators import dont_initialize_flask_app_submodules -class TestDagRunsEndpoint(unittest.TestCase): - @classmethod - def setUpClass(cls): - super().setUpClass() [email protected](scope="module") Review comment: My fear is that the module never closes, so this creates a side effect between all tests. Am I right? -- 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]
