diff options
author | Davis Haupt <davis.haupt@mongodb.com> | 2022-03-31 13:39:00 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-03-31 14:42:51 +0000 |
commit | 123d582388017c273e0939e644026bce20184739 (patch) | |
tree | f6e5039153152f8ae58e1d9a01df5b4b41ac6c55 /buildscripts | |
parent | ef615c3302e158865bd8afe1068dcc65abf653ae (diff) | |
download | mongo-123d582388017c273e0939e644026bce20184739.tar.gz |
SERVER-64055 fle find rewrite on mongod
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/fle2.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/fle2.yml b/buildscripts/resmokeconfig/suites/fle2.yml index 4f75d04ee90..afce3dd15f9 100644 --- a/buildscripts/resmokeconfig/suites/fle2.yml +++ b/buildscripts/resmokeconfig/suites/fle2.yml @@ -2,8 +2,9 @@ test_kind: js_test selector: roots: - jstests/fle2/**/*.js - - src/mongo/db/modules/*/jstests/fle2/*.js - + - src/mongo/db/modules/*/jstests/fle2/**/*.js + exclude_files: + - src/mongo/db/modules/*/jstests/fle2/query/aggregate*.js # TODO: SERVER-63312 executor: archive: hooks: |