summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBernard Gorman <bernard.gorman@gmail.com>2020-03-13 13:49:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-16 11:10:41 +0000
commitcf9b52f1203673eb39303a827261c82eeb4c1d8d (patch)
tree4c80427648db84ceca27c541142035e0481a052a /jstests
parentee5e377845845be9f23ca4604cf4473a96184387 (diff)
downloadmongo-cf9b52f1203673eb39303a827261c82eeb4c1d8d.tar.gz
SERVER-46846 Prevent delete_hint.js from running in multiversion passthroughs when last-stable is 4.2
(cherry picked from commit aacc48d35706e54368c0c8024496d7ef216510db)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/delete_hint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/delete_hint.js b/jstests/core/delete_hint.js
index a3f98e5e13f..1eae8a1937c 100644
--- a/jstests/core/delete_hint.js
+++ b/jstests/core/delete_hint.js
@@ -4,7 +4,7 @@
* - The hint option should support both the name of the index, and the object spec of the
* index.
*
- * @tags: [assumes_unsharded_collection, requires_non_retryable_writes]
+ * @tags: [assumes_unsharded_collection, requires_non_retryable_writes, requires_fcv_44]
*/
(function() {