summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2020-01-27 18:07:48 +0000
committerevergreen <evergreen@mongodb.com>2020-01-27 18:07:48 +0000
commit9e010731a880aedd9425bbfa4db2f09b744544a7 (patch)
treee0bebf02b6547921a425935caef23e1b749e8bc1 /jstests
parente51e4646d1b4a7f755e5948ca6f36eea349c20b3 (diff)
downloadmongo-9e010731a880aedd9425bbfa4db2f09b744544a7.tar.gz
SERVER-45374 Add requires_persistence tag to upgrade_unfinished_unique_indexes.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/upgrade_unfinished_unique_indexes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js b/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js
index 7f706c5edd8..ea9cb0cea80 100644
--- a/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js
+++ b/jstests/noPassthrough/upgrade_unfinished_unique_indexes.js
@@ -4,6 +4,7 @@
* index is correctly upgraded before startup is complete. See SERVER-45374.
*
* @tags: [
+ * requires_persistence,
* requires_replication,
* ]
*/