diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2020-09-01 18:18:50 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-09-02 16:27:30 +0000 |
commit | 261e6666abccebaf183dd419820f1a843d97b40a (patch) | |
tree | 0be59a35fe1410fcc62eb1c81f8c4740ae05ac8e /jstests/auth/auth-counters.js | |
parent | 9ed99a5343f9604103b6f83652f6bcc95917fb70 (diff) | |
download | mongo-261e6666abccebaf183dd419820f1a843d97b40a.tar.gz |
SERVER-50672 Mark auth-counter.js as needing replication
Diffstat (limited to 'jstests/auth/auth-counters.js')
-rw-r--r-- | jstests/auth/auth-counters.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/auth-counters.js b/jstests/auth/auth-counters.js index f3f2af6a758..aa42042e0ef 100644 --- a/jstests/auth/auth-counters.js +++ b/jstests/auth/auth-counters.js @@ -1,4 +1,5 @@ // Test for auth counters in serverStatus. +// @tags: [requires_replication] (function() { 'use strict'; |