summaryrefslogtreecommitdiff
path: root/jstests/core/updatef.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/updatef.js')
-rw-r--r--jstests/core/updatef.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/updatef.js b/jstests/core/updatef.js
index 78c7e6173c7..75b61e299cd 100644
--- a/jstests/core/updatef.js
+++ b/jstests/core/updatef.js
@@ -1,4 +1,8 @@
-// @tags: [requires_non_retryable_commands, requires_non_retryable_writes]
+// @tags: [
+// requires_non_retryable_commands,
+// requires_non_retryable_writes,
+// uses_multiple_connections,
+// ]
// Test unsafe management of nsdt on update command yield SERVER-3208