summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2019-01-30 09:34:25 -0500
committerTess Avitabile <tess.avitabile@mongodb.com>2019-01-30 11:12:40 -0500
commit83a272651d4fecf9a4bbe9a7fcbc403f5bf657c6 (patch)
tree82ad6b6462a9324e23783e960619f83d1d4366bd /jstests
parent93aae1b4159d4e26e6b3ec5c6b870160ba63309f (diff)
downloadmongo-83a272651d4fecf9a4bbe9a7fcbc403f5bf657c6.tar.gz
SERVER-39286 server_write_concern_metrics.js must use requires_journaling tag
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/server_write_concern_metrics.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/server_write_concern_metrics.js b/jstests/noPassthrough/server_write_concern_metrics.js
index e7c15f38490..d9ea528f1c7 100644
--- a/jstests/noPassthrough/server_write_concern_metrics.js
+++ b/jstests/noPassthrough/server_write_concern_metrics.js
@@ -1,5 +1,5 @@
// Tests writeConcern metrics in the serverStatus output.
-// @tags: [requires_persistence, requires_replication]
+// @tags: [requires_persistence, requires_journaling, requires_replication]
(function() {
"use strict";