summaryrefslogtreecommitdiff
path: root/jstests/auth/drop-user-transaction.js
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-06-15 13:19:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-06 12:17:47 +0000
commit574d60b493f71e6433a784dc3a2a8fd3fed171a1 (patch)
tree0ec8447e2cf81fa33f7729f779afe649ab0f344f /jstests/auth/drop-user-transaction.js
parent02dfedb849374159219251422ada6035333e2c3b (diff)
downloadmongo-574d60b493f71e6433a784dc3a2a8fd3fed171a1.tar.gz
SERVER-55208: Remove nojournal,duroff and evergreen variant
Diffstat (limited to 'jstests/auth/drop-user-transaction.js')
-rw-r--r--jstests/auth/drop-user-transaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/drop-user-transaction.js b/jstests/auth/drop-user-transaction.js
index d88ee8466fd..1a6c1003e48 100644
--- a/jstests/auth/drop-user-transaction.js
+++ b/jstests/auth/drop-user-transaction.js
@@ -1,5 +1,5 @@
// Validate dropUser performed via transaction.
-// @tags: [requires_journaling,requires_replication,exclude_from_large_txns]
+// @tags: [requires_replication,exclude_from_large_txns]
(function() {
'use strict';