This is an automated email from the ASF dual-hosted git repository.
onikolas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 375d2fabcc Remove system test changes accidentally added by #32355
(#32677)
375d2fabcc is described below
commit 375d2fabcc2cef4b17d2129b557ac6fcb6c65067
Author: Niko Oliveira <[email protected]>
AuthorDate: Tue Jul 18 11:17:18 2023 -0700
Remove system test changes accidentally added by #32355 (#32677)
---
.../providers/amazon/aws/example_eks_with_fargate_in_one_step.py | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/tests/system/providers/amazon/aws/example_eks_with_fargate_in_one_step.py
b/tests/system/providers/amazon/aws/example_eks_with_fargate_in_one_step.py
index 6b9907d836..ae67a26588 100644
--- a/tests/system/providers/amazon/aws/example_eks_with_fargate_in_one_step.py
+++ b/tests/system/providers/amazon/aws/example_eks_with_fargate_in_one_step.py
@@ -81,9 +81,6 @@ with DAG(
# Opting to use the same ARN for the cluster and the pod here,
# but a different ARN could be configured and passed if desired.
fargate_pod_execution_role_arn=fargate_pod_role_arn,
- deferrable=True,
- waiter_delay=30,
- wait_for_completion=399,
)
# [END howto_operator_eks_create_cluster_with_fargate_profile]