summaryrefslogtreecommitdiff
path: root/jstests/core/batch_write_command_insert.js
diff options
context:
space:
mode:
authorYoonsoo Kim <yoonsoo.kim@mongodb.com>2021-06-28 07:00:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-30 23:41:39 +0000
commit0d37de1e3f89c6257f2cd66f9bf530cc80859717 (patch)
tree591d2c96007d9e7eb04a1ad06086ad804fadc477 /jstests/core/batch_write_command_insert.js
parentd635f733ad873fd469cf3e35e27452c45f1597c9 (diff)
downloadmongo-0d37de1e3f89c6257f2cd66f9bf530cc80859717.tar.gz
SERVER-58103 Remove test cases which test legacy op behaviors
Diffstat (limited to 'jstests/core/batch_write_command_insert.js')
-rw-r--r--jstests/core/batch_write_command_insert.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/batch_write_command_insert.js b/jstests/core/batch_write_command_insert.js
index c2f7a22ca0c..282614f6f2e 100644
--- a/jstests/core/batch_write_command_insert.js
+++ b/jstests/core/batch_write_command_insert.js
@@ -20,8 +20,6 @@ load("jstests/libs/get_index_helpers.js");
var coll = db.getCollection("batch_write_insert");
coll.drop();
-assert(coll.getDB().getMongo().useWriteCommands(), "test is not running with write commands");
-
var request;
var result;
var batch;