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:
955955 # Storage engine tests
956956 - name : storage-inmemory-rhel8-python3.9
957957 tasks :
958- - name : .standard-linux
958+ - name : .standard-linux .standalone-noauth-nossl
959959 display_name : Storage InMemory RHEL8 Python3.9
960960 run_on :
961961 - rhel87-small
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def create_storage_engine_variants():
286286 python = CPYTHONS [0 ]
287287 expansions = dict (STORAGE_ENGINE = engine .lower ())
288288 if engine == engines [0 ]:
289- tasks = [".standard-linux" ]
289+ tasks = [".standard-linux .standalone-noauth-nossl " ]
290290 else :
291291 # MongoDB 4.2 drops support for MMAPv1
292292 versions = get_versions_until ("4.0" )
You can’t perform that action at this time.
0 commit comments