Skip to content

Commit 23a7eec

Browse files
committed
add skip ec2
1 parent 03b1da6 commit 23a7eec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3564,6 +3564,7 @@ buildvariants:
35643564
- macos-14
35653565
expansions:
35663566
skip_ECS_auth_test: "true"
3567+
skip_EC2_auth_test: "true"
35673568
skip_web_identity_auth_test: "true"
35683569
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
35693570
- name: aws-auth-macos-py3.13
@@ -3580,6 +3581,7 @@ buildvariants:
35803581
- macos-14
35813582
expansions:
35823583
skip_ECS_auth_test: "true"
3584+
skip_EC2_auth_test: "true"
35833585
skip_web_identity_auth_test: "true"
35843586
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
35853587

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def generate_aws_auth_variants():
624624
if host != "ubuntu20":
625625
expansions["skip_ECS_auth_test"] = "true"
626626
if host == "macos":
627-
expansions["skip_ECS_auth_test"] = "true"
627+
expansions["skip_EC2_auth_test"] = "true"
628628
expansions["skip_web_identity_auth_test"] = "true"
629629
variant = create_variant(
630630
tasks,

0 commit comments

Comments
 (0)