summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJordi Olivares Provencio <jordi.olivares-provencio@mongodb.com>2022-03-04 12:29:39 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-04 16:45:37 +0000
commit48fb029923fe027f2e53221f466bc44e7f35f92d (patch)
treeb07c7f8488c51ae889e038e11ef4eff2103d29ca /jstests
parentbfb0050115264b7459194ae3f566745c0917a69f (diff)
downloadmongo-48fb029923fe027f2e53221f466bc44e7f35f92d.tar.gz
SERVER-64201 Disable apply_ops_dropDatabase.js in multiversion testing
(cherry picked from commit e58c5d2a142b82e5820e71abf14410cb9321525d)
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";