We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4697436 commit 907f437Copy full SHA for 907f437
.evergreen/generated_configs/variants.yml
@@ -71,7 +71,7 @@ buildvariants:
71
# Aws auth tests
72
- name: auth-aws-ubuntu-20
73
tasks:
74
- - name: .auth-aws
+ - name: .auth-aws !.auth-aws-ecs
75
display_name: Auth AWS Ubuntu-20
76
run_on:
77
- ubuntu2004-small
.evergreen/scripts/generate_config.py
@@ -438,7 +438,8 @@ def create_aws_auth_variants():
438
439
for host_name in ["ubuntu20", "win64", "macos"]:
440
expansions = dict()
441
- tasks = [".auth-aws"]
+ # PYTHON-5604 - we need to skip ECS tests for now.
442
+ tasks = [".auth-aws !.auth-aws-ecs"]
443
tags = []
444
if host_name == "macos":
445
tasks = [".auth-aws !.auth-aws-web-identity !.auth-aws-ecs !.auth-aws-ec2"]
0 commit comments