diff options
Diffstat (limited to 'jstests/core/no_db_created.js')
| -rw-r--r-- | jstests/core/no_db_created.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/no_db_created.js b/jstests/core/no_db_created.js index bb0d998a3fe..d2d5bbcae7d 100644 --- a/jstests/core/no_db_created.js +++ b/jstests/core/no_db_created.js @@ -1,4 +1,4 @@ -// @tags: [requires_non_retryable_commands] +// @tags: [requires_non_retryable_commands, uses_compact] // checks that operations do not create a database @@ -34,4 +34,4 @@ assert.commandFailed(coll.runCommand("collMod", {expireAfterSeconds: 1})); noDB(mydb); assert.commandWorked(coll.insert({})); mydb.dropDatabase(); -}());
\ No newline at end of file +}()); |
