summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-09-06 11:25:20 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-31 18:38:20 +0000
commit36c9a671027b8c6569351cebd66d3e0fe3c334a8 (patch)
treec53d10cf903389e05a78b82a17bf3b91d8a3b38f
parent793987870066916318c87b6a082ef2aceb9a5c3b (diff)
downloadmongo-36c9a671027b8c6569351cebd66d3e0fe3c334a8.tar.gz
SERVER-69006 Remove FLE2 suites out of hedged reads passthrough
(cherry picked from commit 9c604c3daf7465628e96c0a4c1876c45d8d58955)
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
index 2f72556499e..bb0ce727d8f 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
@@ -3,8 +3,6 @@ test_kind: js_test
selector:
roots:
- jstests/core/**/*.js
- - jstests/fle2/**/*.js
- - src/mongo/db/modules/*/jstests/fle2/*.js
exclude_files:
# Has conditional logic for standalone servers and replica sets, but can't distinguish the two
# when connected to mongos.