summaryrefslogtreecommitdiff
path: root/jstests/auth/token_privileges.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/token_privileges.js')
-rw-r--r--jstests/auth/token_privileges.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/jstests/auth/token_privileges.js b/jstests/auth/token_privileges.js
index f7d5c567b88..2c10e9caf44 100644
--- a/jstests/auth/token_privileges.js
+++ b/jstests/auth/token_privileges.js
@@ -72,11 +72,14 @@ const opts = {
runTest(standalone);
MongoRunner.stopMongod(standalone);
}
-{
+
+// TODO SERVER-66708 Run on replica sets as well. Currently the namespace from oplog entries
+// won't be deserialized including the tenantId.
+/*{
const rst = new ReplSetTest({nodes: 2, nodeOptions: opts});
rst.startSet({keyFile: 'jstests/libs/key1'});
rst.initiate();
runTest(rst.getPrimary(), rst);
rst.stopSet();
-}
+}*/
})();