summaryrefslogtreecommitdiff
path: root/jstests/core/cleanup_orphaned.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/cleanup_orphaned.js')
-rw-r--r--jstests/core/cleanup_orphaned.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/cleanup_orphaned.js b/jstests/core/cleanup_orphaned.js
index 2ece4316fa2..344d603eb72 100644
--- a/jstests/core/cleanup_orphaned.js
+++ b/jstests/core/cleanup_orphaned.js
@@ -1,3 +1,5 @@
+// @tags: [requires_non_retryable_commands]
+
// Test that cleanupOrphaned cannot be run on stand alone mongod.
var res = db.adminCommand({cleanupOrphaned: 'unsharded.coll'});
assert(!res.ok, tojson(res));