jedcunningham commented on code in PR #36991:
URL: https://github.com/apache/airflow/pull/36991#discussion_r1470539324


##########
helm_tests/airflow_core/test_scheduler.py:
##########
@@ -901,3 +902,19 @@ def test_overridden_automount_service_account_token(self):
             show_only=["templates/scheduler/scheduler-serviceaccount.yaml"],
         )
         assert jmespath.search("automountServiceAccountToken", docs[0]) is 
False
+
+
+class TestSchedulerCreation:
+    """Tests scheduler deployment creation."""
+    def test_can_be_disabled(self):

Review Comment:
   ```suggestion
   
       def test_can_be_disabled(self):
   ```



##########
helm_tests/airflow_core/test_scheduler.py:
##########
@@ -39,6 +39,7 @@ class TestScheduler:
             ("LocalExecutor", False, "Deployment"),
         ],
     )
+

Review Comment:
   ```suggestion
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to