summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_stream_show_migration_events.js
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2021-06-28 21:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-30 16:43:47 +0000
commit94899d793452409b358c09b3006c2c438eb3fcdd (patch)
treec383ac1263eee3c04405594efb13127bdd469358 /jstests/sharding/change_stream_show_migration_events.js
parent4576bcaa48e5b919cb013f47c632310865ba2c54 (diff)
downloadmongo-94899d793452409b358c09b3006c2c438eb3fcdd.tar.gz
SERVER-57493 Remove requires_find_command jstest tag
Diffstat (limited to 'jstests/sharding/change_stream_show_migration_events.js')
-rw-r--r--jstests/sharding/change_stream_show_migration_events.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/jstests/sharding/change_stream_show_migration_events.js b/jstests/sharding/change_stream_show_migration_events.js
index 7bb36cf2b3e..17e325c87ef 100644
--- a/jstests/sharding/change_stream_show_migration_events.js
+++ b/jstests/sharding/change_stream_show_migration_events.js
@@ -1,7 +1,9 @@
// Tests the undocumented 'showMigrationEvents' option for change streams.
//
-// This test is connecting directly to a shard, and change streams require the getMore command.
-// @tags: [requires_find_command, uses_change_streams, requires_majority_read_concern]
+// @tags: [
+// requires_majority_read_concern,
+// uses_change_streams,
+// ]
(function() {
'use strict';