File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments