summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/no_passthrough.yml
blob: 8012bfaf155e6961123fb21c3f5a43a832389841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
selector:
  js_test:
    roots:
    - jstests/noPassthrough/*.js
    exclude_files:
    # Disable inmem_full as per SERVER-27014
    - jstests/noPassthrough/inmem_full.js

# noPassthrough tests start their own mongod's.
executor:
  js_test:
    archive:
      tests:
        - jstests/noPassthrough/backup*.js
        - jstests/noPassthrough/wt_unclean_shutdown.js
    config:
      shell_options:
        nodb: ''
        readMode: commands