summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/apply_ops_dropDatabase.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/replsets/apply_ops_dropDatabase.js b/jstests/replsets/apply_ops_dropDatabase.js
index 987e7be0de2..002bb049c4f 100644
--- a/jstests/replsets/apply_ops_dropDatabase.js
+++ b/jstests/replsets/apply_ops_dropDatabase.js
@@ -3,7 +3,11 @@
* Exercises that the operation can run even if it has to await replication of the intermediate
* collection drops.
*
- * @tags: [requires_replication]
+ * @tags: [
+ * requires_replication,
+ * # dropDatabase can work in conjunction with other operations in 5.0.
+ * requires_fcv_53
+ * ]
*/
(function() {
"use strict";