uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1841590689
##########
providers/tests/amazon/aws/operators/test_eks.py:
##########
@@ -339,19 +339,6 @@ def
test_fargate_compute_missing_fargate_pod_execution_role_arn(self):
):
missing_fargate_pod_execution_role_arn.execute({})
- @mock.patch.object(EksHook, "create_cluster")
- def test_eks_create_cluster_short_circuit_early(self, mock_create_cluster,
caplog):
- mock_create_cluster.return_value = None
- eks_create_cluster_operator = EksCreateClusterOperator(
- task_id=TASK_ID,
- **self.create_cluster_params,
- compute=None,
- wait_for_completion=False,
- deferrable=False,
- )
- eks_create_cluster_operator.execute({})
- assert len(caplog.records) == 0
-
Review Comment:
Is this supposed to be deleted?
--
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]