summaryrefslogtreecommitdiff
path: root/jstests/core/updatel.js
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2017-11-28 10:10:44 -0500
committerJack Mulrow <jack.mulrow@mongodb.com>2017-12-07 14:36:15 -0500
commit00d92ece19c5c4057d21eb237a2f9905b196191d (patch)
treec8b512f732cb4a2b77f6d24eb41ee0da731dfd18 /jstests/core/updatel.js
parent332ae576ef6e24080c0f8e9755f1574bbb90fdab (diff)
downloadmongo-00d92ece19c5c4057d21eb237a2f9905b196191d.tar.gz
SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
Diffstat (limited to 'jstests/core/updatel.js')
-rw-r--r--jstests/core/updatel.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/updatel.js b/jstests/core/updatel.js
index 78bd9b252dc..6eebd35a150 100644
--- a/jstests/core/updatel.js
+++ b/jstests/core/updatel.js
@@ -1,3 +1,5 @@
+// @tags: [requires_non_retryable_writes]
+
// The positional operator allows an update modifier field path to contain a sentinel ('$') path
// part that is replaced with the numeric position of an array element matched by the update's query
// spec. <http://dochub.mongodb.org/core/positionaloperator>