summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml b/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml
deleted file mode 100644
index 5ad50811b58..00000000000
--- a/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
- - src/mongo/db/modules/enterprise/jstests/fcbis/*.js
- exclude_with_any_tags:
- - does_not_support_encrypted_storage_engine
- # Shard merge protocol won't work with encrypted storage engines.
- - serverless
-executor:
- config:
- shell_options:
- nodb: ''
- global_vars:
- TestData:
- enableEncryption: ''
- encryptionKeyFile: *keyFile
- encryptionCipherMode: 'AES256-GCM'