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 0ca2453 commit 6820af5Copy full SHA for 6820af5
.evergreen/scripts/generate_config.py
@@ -203,6 +203,7 @@ def create_enterprise_auth_variants():
203
expansions = dict(TEST_NAME="enterprise_auth", AUTH="auth")
204
display_name = get_variant_name("Auth Enterprise", host)
205
tasks = [".test-non-standard .auth !.free-threaded"]
206
+ # https://jira.mongodb.org/browse/PYTHON-5586
207
if host == "macos":
208
tasks = [".test-non-standard !.pypy .auth !.free-threaded"]
209
if host == "win64":
0 commit comments