PYTHON-5604 Skip ECS tests until we can test on Ubuntu 22 (#2582)

This commit is contained in:
Steven Silvester 2025-10-07 11:07:44 -05:00 committed by GitHub
parent a2e39ada00
commit 84772bd8a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,7 @@ buildvariants:
# Aws auth tests
- name: auth-aws-ubuntu-20
tasks:
- name: .auth-aws
- name: .auth-aws !.auth-aws-ecs
display_name: Auth AWS Ubuntu-20
run_on:
- ubuntu2004-small

View File

@ -438,7 +438,8 @@ def create_aws_auth_variants():
for host_name in ["ubuntu20", "win64", "macos"]:
expansions = dict()
tasks = [".auth-aws"]
# PYTHON-5604 - we need to skip ECS tests for now.
tasks = [".auth-aws !.auth-aws-ecs"]
tags = []
if host_name == "macos":
tasks = [".auth-aws !.auth-aws-web-identity !.auth-aws-ecs !.auth-aws-ec2"]