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:
3564
3564
- macos-14
3565
3565
expansions :
3566
3566
skip_ECS_auth_test : " true"
3567
+ skip_EC2_auth_test : " true"
3567
3568
skip_web_identity_auth_test : " true"
3568
3569
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
3569
3570
- name : aws-auth-macos-py3.13
@@ -3580,6 +3581,7 @@ buildvariants:
3580
3581
- macos-14
3581
3582
expansions :
3582
3583
skip_ECS_auth_test : " true"
3584
+ skip_EC2_auth_test : " true"
3583
3585
skip_web_identity_auth_test : " true"
3584
3586
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
3585
3587
Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ def generate_aws_auth_variants():
624
624
if host != "ubuntu20" :
625
625
expansions ["skip_ECS_auth_test" ] = "true"
626
626
if host == "macos" :
627
- expansions ["skip_ECS_auth_test " ] = "true"
627
+ expansions ["skip_EC2_auth_test " ] = "true"
628
628
expansions ["skip_web_identity_auth_test" ] = "true"
629
629
variant = create_variant (
630
630
tasks ,
You can’t perform that action at this time.
0 commit comments