mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-25 00:58:53 +01:00
6e2366ff2a
This reverts commite831e7a6ab
and063d9b2dcc
.
23 lines
538 B
YAML
23 lines
538 B
YAML
# Section that is ignored by resmoke.py.
|
|
config_variables:
|
|
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
|
|
|
|
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/replsets/*.js
|
|
exclude_files:
|
|
# Disable config_server_checks.js since it starts mmap servers.
|
|
- jstests/replsets/config_server_checks.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
nodb: ''
|
|
global_vars:
|
|
TestData:
|
|
enableEncryption: ''
|
|
encryptionKeyFile: *keyFile
|
|
readMode: commands
|