File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -955,7 +955,7 @@ buildvariants:
955
955
# Storage engine tests
956
956
- name : storage-inmemory-rhel8-python3.9
957
957
tasks :
958
- - name : .standard-linux
958
+ - name : .standard-linux .standalone-noauth-nossl
959
959
display_name : Storage InMemory RHEL8 Python3.9
960
960
run_on :
961
961
- rhel87-small
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def create_storage_engine_variants():
286
286
python = CPYTHONS [0 ]
287
287
expansions = dict (STORAGE_ENGINE = engine .lower ())
288
288
if engine == engines [0 ]:
289
- tasks = [".standard-linux" ]
289
+ tasks = [".standard-linux .standalone-noauth-nossl " ]
290
290
else :
291
291
# MongoDB 4.2 drops support for MMAPv1
292
292
versions = get_versions_until ("4.0" )
You can’t perform that action at this time.
0 commit comments