Skip to content

Commit 907f437

Browse files
committed
skip ECS tests
1 parent 4697436 commit 907f437

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ buildvariants:
7171
# Aws auth tests
7272
- name: auth-aws-ubuntu-20
7373
tasks:
74-
- name: .auth-aws
74+
- name: .auth-aws !.auth-aws-ecs
7575
display_name: Auth AWS Ubuntu-20
7676
run_on:
7777
- ubuntu2004-small

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ def create_aws_auth_variants():
438438

439439
for host_name in ["ubuntu20", "win64", "macos"]:
440440
expansions = dict()
441-
tasks = [".auth-aws"]
441+
# PYTHON-5604 - we need to skip ECS tests for now.
442+
tasks = [".auth-aws !.auth-aws-ecs"]
442443
tags = []
443444
if host_name == "macos":
444445
tasks = [".auth-aws !.auth-aws-web-identity !.auth-aws-ecs !.auth-aws-ec2"]

0 commit comments

Comments
 (0)