summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_streams
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-04-23 16:15:22 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-29 17:32:39 +0000
commit98427b7a2228f6a8d54475adc9df3991c1c60314 (patch)
treeae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/sharding/change_streams
parent18edfccc4083d80b8a289f2fec161c18b94be350 (diff)
downloadmongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/sharding/change_streams')
-rw-r--r--jstests/sharding/change_streams/resume_change_stream.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/sharding/change_streams/resume_change_stream.js b/jstests/sharding/change_streams/resume_change_stream.js
index 34afc9c0208..5472362160a 100644
--- a/jstests/sharding/change_streams/resume_change_stream.js
+++ b/jstests/sharding/change_streams/resume_change_stream.js
@@ -1,6 +1,9 @@
// Tests resuming change streams on sharded collections.
// We need to use a readConcern in this test, which requires read commands.
-// @tags: [requires_find_command, uses_change_streams, requires_fcv_44]
+// @tags: [
+// requires_find_command,
+// uses_change_streams,
+// ]
(function() {
"use strict";