summaryrefslogtreecommitdiff
path: root/jstests/core/updatef.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:25:30 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:25:30 -0400
commitebd807f9af4391d16845c1ed12d25b64dc0ad782 (patch)
treef699fce123fd8baf72d12d6741fccd467b6be0b9 /jstests/core/updatef.js
parentc63996302e0f9fde3ca535347bbaf189d345ead6 (diff)
downloadmongo-ebd807f9af4391d16845c1ed12d25b64dc0ad782.tar.gz
SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
(cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
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