diff options
-rw-r--r-- | jstests/noPassthrough/clustered_capped_collection.js | 1 | ||||
-rw-r--r-- | jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js | 1 |
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() { |