summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Olivares Provencio <jordi.olivares-provencio@mongodb.com>2022-02-15 17:23:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-15 19:39:43 +0000
commit9e3c9529f0162e2ad8a36ff56a842fe73143b7bb (patch)
treeae605286e3b7b18ade4aa1823ff45678ce8a719b
parentec39d9e620d0e848d21ff3d0c0de8c4b57682622 (diff)
downloadmongo-9e3c9529f0162e2ad8a36ff56a842fe73143b7bb.tar.gz
SERVER-63610 Exclude clustered_capped_collections* from EFT
-rw-r--r--jstests/noPassthrough/clustered_capped_collection.js1
-rw-r--r--jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/clustered_capped_collection.js b/jstests/noPassthrough/clustered_capped_collection.js
index d30a445a925..86a59926228 100644
--- a/jstests/noPassthrough/clustered_capped_collection.js
+++ b/jstests/noPassthrough/clustered_capped_collection.js
@@ -5,6 +5,7 @@
* requires_fcv_53,
* requires_replication,
* does_not_support_stepdowns,
+ * incompatible_with_eft
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js b/jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js
index 1b369ba4d04..461dc59c0c4 100644
--- a/jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js
+++ b/jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js
@@ -5,6 +5,7 @@
* requires_fcv_53,
* requires_replication,
* does_not_support_stepdowns,
+ * incompatible_with_eft
* ]
*/
(function() {