PYTHON-5604 Skip ECS tests until we can test on Ubuntu 22 (#2582)
This commit is contained in:
parent
a2e39ada00
commit
84772bd8a9
@ -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
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user