summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Osta <luis.osta@mongodb.com>2021-11-04 13:17:39 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-04 14:00:00 +0000
commit9da0a56fc715862f7cf6407de66efd1f9f36c4d1 (patch)
treec2a75a18a1f9eff5501f7d3f2dedde815645ef77
parent36468ab03f8a27498ce54862aadf5cc17957159a (diff)
downloadmongo-9da0a56fc715862f7cf6407de66efd1f9f36c4d1.tar.gz
SERVER-58343 Add 'requires_persistence' tag
-rw-r--r--jstests/sharding/reshard_collection_failover_shutdown_basic.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/reshard_collection_failover_shutdown_basic.js b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
index 067dae3d2bc..b94d683252d 100644
--- a/jstests/sharding/reshard_collection_failover_shutdown_basic.js
+++ b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
@@ -5,7 +5,8 @@
* 'multiversion_incompatible' tag.
* @tags: [
* uses_atclustertime,
- * multiversion_incompatible
+ * multiversion_incompatible,
+ * requires_persistence,
* ]
*/
(function() {