summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-05-02 11:22:45 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-02 16:40:30 +0000
commit5325fff3f096116b0f2a5054b92f148cb8a6d415 (patch)
treeb009cb7b948b8749f607720b75189e7e4cf5ab85 /buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml
parent3df96ded70db4da1da4c1a1f86feb7567c48c3cb (diff)
downloadmongo-5325fff3f096116b0f2a5054b92f148cb8a6d415.tar.gz
SERVER-65503 Migrate FLE2 tests to core passthrough suites
Diffstat (limited to 'buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml
index d58f0af77bb..85fde91a162 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_read_concern_snapshot_passthrough.yml
@@ -3,6 +3,8 @@ test_kind: js_test
selector:
roots:
- jstests/core/**/*.js
+ - jstests/fle2/**/*.js
+ - src/mongo/db/modules/*/jstests/fle2/*.js
exclude_files:
# Only the first command in a transaction allows readConcern and this suite only tests
# non-transaction snapshot reads.