summaryrefslogtreecommitdiff
path: root/jstests/core/dbstats.js
diff options
context:
space:
mode:
authorJames Wahlin <james.wahlin@mongodb.com>2019-11-22 18:33:23 +0000
committerevergreen <evergreen@mongodb.com>2019-11-22 18:33:23 +0000
commitacb2b88d9e1d46849ec051a6adb5ea7a9a4f58f8 (patch)
treedbc741ab321e0eedc393d72692072ed2275caab2 /jstests/core/dbstats.js
parent11754f469d36468e7c649cb9c052230614e4cb44 (diff)
downloadmongo-acb2b88d9e1d46849ec051a6adb5ea7a9a4f58f8.tar.gz
SERVER-44793 Add `requires_fcv_44` as required to Query core jstests to address multiversion failure
Diffstat (limited to 'jstests/core/dbstats.js')
-rw-r--r--jstests/core/dbstats.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/dbstats.js b/jstests/core/dbstats.js
index ea424295ebf..c1ceb33b707 100644
--- a/jstests/core/dbstats.js
+++ b/jstests/core/dbstats.js
@@ -1,6 +1,6 @@
// Confirms that the dbStats command returns expected content.
//
-// @tags: [requires_dbstats]
+// @tags: [requires_dbstats, requires_fcv_44]
(function() {
"use strict";