Skip to content

Commit 6820af5

Browse files
committed
Address review
1 parent 0ca2453 commit 6820af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def create_enterprise_auth_variants():
203203
expansions = dict(TEST_NAME="enterprise_auth", AUTH="auth")
204204
display_name = get_variant_name("Auth Enterprise", host)
205205
tasks = [".test-non-standard .auth !.free-threaded"]
206+
# https://jira.mongodb.org/browse/PYTHON-5586
206207
if host == "macos":
207208
tasks = [".test-non-standard !.pypy .auth !.free-threaded"]
208209
if host == "win64":

0 commit comments

Comments
 (0)