We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611ded6 commit a3566f3Copy full SHA for a3566f3
1 file changed
.evergreen/scripts/generate_config.py
@@ -132,7 +132,8 @@ def get_encryption_expansions(encryption):
132
display_name = get_variant_name(encryption, host, **expansions)
133
tasks = [".test-non-standard"]
134
if host != "rhel8":
135
- # Exclude PyPy (not supported on non-linux) and coverage tasks (too slow on macOS/win64).
+ # 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).
137
tasks = [".test-non-standard !.pypy !.cov"]
138
variant = create_variant(
139
tasks,
0 commit comments