summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/auth_audit.yml
blob: 5b5a0c507aeb3c4754c48dfe192ede50d8416c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test_kind: js_test

selector:
  roots:
  - jstests/auth/*.js
  exclude_files:
  # Skip until SERVER-25618 is resolved.
  - jstests/auth/repl.js

# Auth tests start their own mongod's.
executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          auditDestination: 'console'
          roleGraphInvalidationIsFatal: true