summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-01-09 06:56:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-09 17:05:38 +0000
commit2516e9546b1b5df6e15d2f93e526e7218fa953f0 (patch)
tree64e0e8bab2d7ff1b2fec03858fc4955dbc6c49c4
parent8495ff679afa2c3a13d3456e3f3f1742d8431c85 (diff)
downloadmongo-2516e9546b1b5df6e15d2f93e526e7218fa953f0.tar.gz
SERVER-52950 Add jstest tag for check_for_oplog_cap_maintainer_thread.js
-rw-r--r--jstests/noPassthrough/check_for_oplog_cap_maintainer_thread.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/check_for_oplog_cap_maintainer_thread.js b/jstests/noPassthrough/check_for_oplog_cap_maintainer_thread.js
index abcfdd574f3..424884f90b1 100644
--- a/jstests/noPassthrough/check_for_oplog_cap_maintainer_thread.js
+++ b/jstests/noPassthrough/check_for_oplog_cap_maintainer_thread.js
@@ -6,7 +6,7 @@
* - repair
* - recoverFromOplogAsStandalone
*
- * @tags: [requires_replication, requires_persistence]
+ * @tags: [requires_replication, requires_persistence, requires_majority_read_concern]
*/
(function() {
"use strict";