summaryrefslogtreecommitdiff
path: root/jstests/core/evale.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/evale.js')
-rw-r--r--jstests/core/evale.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/jstests/core/evale.js b/jstests/core/evale.js
index 8e20ee5177e..659b83fd339 100644
--- a/jstests/core/evale.js
+++ b/jstests/core/evale.js
@@ -1,6 +1,10 @@
-// Cannot implicitly shard accessed collections because unsupported use of sharded collection
-// from db.eval.
-// @tags: [assumes_unsharded_collection, requires_non_retryable_commands]
+// @tags: [
+// # Cannot implicitly shard accessed collections because unsupported use of sharded collection
+// # from db.eval.
+// assumes_unsharded_collection,
+// requires_eval_command,
+// requires_non_retryable_commands,
+// ]
t = db.jstests_evale;
t.drop();