From f5f302dbdc149947c66a576915914b46e4941634 Mon Sep 17 00:00:00 2001 From: Niko Oliveira Date: Tue, 18 Jul 2023 10:41:03 -0700 Subject: [PATCH] Remove system test changes accidentally added by #32355 --- .../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 6b9907d836108..ae67a26588bdc 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 @@ # 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]