diff options
Diffstat (limited to 'jstests/noPassthrough/dropdatabase_respect_maxtimems.js')
-rw-r--r-- | jstests/noPassthrough/dropdatabase_respect_maxtimems.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/dropdatabase_respect_maxtimems.js b/jstests/noPassthrough/dropdatabase_respect_maxtimems.js index 3e3f7f819a2..63ca53cf888 100644 --- a/jstests/noPassthrough/dropdatabase_respect_maxtimems.js +++ b/jstests/noPassthrough/dropdatabase_respect_maxtimems.js @@ -24,8 +24,6 @@ const dropDB = rst.getPrimary().getDB("drop"); })(); (function assertDatabaseDropCanBeInterrupted() { - load("jstests/libs/check_log.js"); - assert.commandWorked(dropDB.bar.insert({})); assert.commandWorked(rst.getPrimary().adminCommand( |