Skip to content

Commit a3566f3

Browse files
committed
Address PR feedback: clarify comment, PR title updated to mention Win64
1 parent 611ded6 commit a3566f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ def get_encryption_expansions(encryption):
132132
display_name = get_variant_name(encryption, host, **expansions)
133133
tasks = [".test-non-standard"]
134134
if host != "rhel8":
135-
# Exclude PyPy (not supported on non-linux) and coverage tasks (too slow on macOS/win64).
135+
# Exclude PyPy (no Evergreen toolchain on macOS/win64) and coverage tasks
136+
# (encryption suites exceed the 60-min timeout with coverage overhead on macOS/win64).
136137
tasks = [".test-non-standard !.pypy !.cov"]
137138
variant = create_variant(
138139
tasks,

0 commit comments

Comments
 (0)