summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml
blob: d1d55b2d9f45cbeb7190b3a592b7cd80cf1c7100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2

test_kind: js_test

selector:
  roots:
  - jstests/replsets/*.js
  exclude_files:
  # TODO (SERVER-50479): Enable resumable index build rollback tests once resumable index builds
  # support ESE.
  - jstests/replsets/rollback_resumable_index_build_*.js

executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          enableEncryption: ''
          encryptionKeyFile: *keyFile
          encryptionCipherMode: 'AES256-GCM'
      readMode: commands