summaryrefslogtreecommitdiff
path: root/jstests/core/stages_delete.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/stages_delete.js')
-rw-r--r--jstests/core/stages_delete.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/jstests/core/stages_delete.js b/jstests/core/stages_delete.js
index 1d33d778acc..46d7f316212 100644
--- a/jstests/core/stages_delete.js
+++ b/jstests/core/stages_delete.js
@@ -1,4 +1,9 @@
-// @tags: [does_not_support_stepdowns]
+// @tags: [
+// # This test attempts to remove documents using the stageDebug command, which doesn't support
+// # specifying a writeConcern.
+// assumes_write_concern_unchanged,
+// does_not_support_stepdowns,
+// ]
// Test basic delete stage functionality.
var coll = db.stages_delete;