We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee6d4a commit aa49c31Copy full SHA for aa49c31
1 file changed
.evergreen/scripts/generate_config.py
@@ -132,7 +132,7 @@ 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 (no Evergreen toolchain on macOS/win64) and coverage tasks
+ # Exclude PyPy (not tested with encryption on macOS/win64) and coverage tasks
136
# (encryption suites exceed the 60-min timeout with coverage overhead on macOS/win64).
137
# Also include the non-coverage companion tasks (test-non-standard-no-cov) which
138
# carry the "latest" server tasks without COVERAGE=1.
0 commit comments