summaryrefslogtreecommitdiff
path: root/jstests/core/eval9.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/eval9.js')
-rw-r--r--jstests/core/eval9.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/eval9.js b/jstests/core/eval9.js
index 3338a34fc60..2f015b46485 100644
--- a/jstests/core/eval9.js
+++ b/jstests/core/eval9.js
@@ -1,6 +1,6 @@
// Cannot implicitly shard accessed collections because unsupported use of sharded collection
// from db.eval.
-// @tags: [assumes_unsharded_collection]
+// @tags: [assumes_unsharded_collection, requires_non_retryable_commands]
assert.writeOK(db.evalprep.insert({}), "db must exist for eval to succeed");
db.evalprep.drop();