mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
17 lines
380 B
YAML
17 lines
380 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/httpinterface/*.js
|
|
exclude_files:
|
|
# SERVER-19093 No longer have proper HTTP support in the shell.
|
|
- jstests/httpinterface/httpinterface.js
|
|
executor:
|
|
js_test:
|
|
hooks:
|
|
- class: ValidateCollections
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|