summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/timeseries_create.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/timeseries_create.js')
-rw-r--r--jstests/noPassthroughWithMongod/timeseries_create.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/timeseries_create.js b/jstests/noPassthroughWithMongod/timeseries_create.js
index 6ff50d9df40..bfa413c0d05 100644
--- a/jstests/noPassthroughWithMongod/timeseries_create.js
+++ b/jstests/noPassthroughWithMongod/timeseries_create.js
@@ -57,8 +57,6 @@ const testOptions = function(allowed,
bucketsColl);
}
- assert.commandFailedWithCode(testDB.runCommand({drop: bucketsCollName}),
- ErrorCodes.IllegalOperation);
assert.commandWorked(testDB.runCommand({drop: collName, writeConcern: {w: "majority"}}));
} else {
assert.commandFailedWithCode(res, errorCode);