ephraimbuddy commented on code in PR #41433:
URL: https://github.com/apache/airflow/pull/41433#discussion_r1733568660


##########
tests/dag_processing/test_job_runner.py:
##########
@@ -762,6 +763,95 @@ def test_scan_stale_dags_standalone_mode(self):
             active_dag_count = 
session.query(func.count(DagModel.dag_id)).filter(DagModel.is_active).scalar()
             assert active_dag_count == 1
 
+    @conf_vars(
+        {
+            ("scheduler", "standalone_dag_processor"): "False",

Review Comment:
   We can remove the conf_vars then since this config is False by default



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