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-25 13:17:45 +0000
commitbad3e7cad6780f382b3c7d32223e3efc2da09d15 (patch)
treec553d5b9b03408b7eb64dbe7f5393a9a443d1370
parent43b5b9e01ee0666e7ea2eb7d3bedfdbaa32e9676 (diff)
downloadmongo-bad3e7cad6780f382b3c7d32223e3efc2da09d15.tar.gz
SERVER-63610 Exclude clustered_capped_collections* from EFT
(cherry picked from commit 9e3c9529f0162e2ad8a36ff56a842fe73143b7bb)
-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() {