summaryrefslogtreecommitdiff
path: root/jstests/core/write_commands_reject_unknown_fields.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/write_commands_reject_unknown_fields.js')
-rw-r--r--jstests/core/write_commands_reject_unknown_fields.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/write_commands_reject_unknown_fields.js b/jstests/core/write_commands_reject_unknown_fields.js
index cde7bf318fd..d21cf2ed9f3 100644
--- a/jstests/core/write_commands_reject_unknown_fields.js
+++ b/jstests/core/write_commands_reject_unknown_fields.js
@@ -1,3 +1,5 @@
+// @tags: [requires_non_retryable_writes]
+
// SERVER-23129 Write commands should reject unknown fields. This is run in passthrough tests to
// ensure that both mongos and mongod reject these commands.
(function() {