summaryrefslogtreecommitdiff
path: root/jstests/core/user_management_helpers.js
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2018-04-16 00:31:24 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2018-04-25 20:39:55 -0400
commitd62890ffeacd2e911ff4a36f01bdef498c101c07 (patch)
treecd77eead0e0454cf35dc64332bda07dc08df9f86 /jstests/core/user_management_helpers.js
parent1f5410fdad8ee3c4c1d8b88d8a852d8bd1b43b7b (diff)
downloadmongo-d62890ffeacd2e911ff4a36f01bdef498c101c07.tar.gz
SERVER-34384 Add passthrough test for secondary reads
Diffstat (limited to 'jstests/core/user_management_helpers.js')
-rw-r--r--jstests/core/user_management_helpers.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/user_management_helpers.js b/jstests/core/user_management_helpers.js
index 91a4cdfae69..6e3ee9187c0 100644
--- a/jstests/core/user_management_helpers.js
+++ b/jstests/core/user_management_helpers.js
@@ -1,4 +1,8 @@
-// @tags: [requires_non_retryable_commands, requires_auth]
+// @tags: [
+// requires_non_retryable_commands,
+// requires_auth,
+// assumes_write_concern_unchanged
+// ]
// This test is a basic sanity check of the shell helpers for manipulating user objects
// It is not a comprehensive test of the functionality of the user manipulation commands