Skip to content

Commit 5fd4143

Browse files
committed
cleanup
1 parent 04f7c62 commit 5fd4143

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,9 @@ def create_ocsp_variants() -> list[BuildVariant]:
128128
base_expansions = dict(AUTH="noauth", SSL="ssl", TOPOLOGY="server")
129129
base_display = "OCSP test"
130130

131-
# OCSP tests on rhel8 with all server and python versions.
131+
# OCSP tests on rhel8 with all server v4.4+ and python versions.
132132
versions = [v for v in ALL_VERSIONS if v != "4.0"]
133133
for version, python in get_pairs(versions, ALL_PYTHONS):
134-
# OCSP is not supported until v4.4.
135-
if version == "4.0":
136-
continue
137134
expansions = base_expansions.copy()
138135
expansions["VERSION"] = version
139136
host = "rhel8"

0 commit comments

Comments
 (0)