summaryrefslogtreecommitdiff
path: root/jstests/change_streams/metadata_notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/change_streams/metadata_notifications.js')
-rw-r--r--jstests/change_streams/metadata_notifications.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/change_streams/metadata_notifications.js b/jstests/change_streams/metadata_notifications.js
index f51dacc5b51..991c776553c 100644
--- a/jstests/change_streams/metadata_notifications.js
+++ b/jstests/change_streams/metadata_notifications.js
@@ -13,8 +13,6 @@ load("jstests/libs/fixture_helpers.js"); // For isSharded.
db = db.getSiblingDB(jsTestName());
let cst = new ChangeStreamTest(db);
-db.getMongo().forceReadMode('commands');
-
// Test that it is possible to open a new change stream cursor on a collection that does not
// exist.
const collName = "test";