From 9e3c9529f0162e2ad8a36ff56a842fe73143b7bb Mon Sep 17 00:00:00 2001 From: Jordi Olivares Provencio Date: Tue, 15 Feb 2022 17:23:33 +0000 Subject: SERVER-63610 Exclude clustered_capped_collections* from EFT --- jstests/noPassthrough/clustered_capped_collection.js | 1 + jstests/noPassthrough/clustered_capped_collection_arbitrary_key.js | 1 + 2 files changed, 2 insertions(+) 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() { -- cgit v1.2.1