summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2021-08-28 10:45:42 -0400
committerJames Wahlin <james@mongodb.com>2021-08-28 10:45:42 -0400
commit02302d098aaa6568aef6f2c204af249cc3cb924d (patch)
tree194c382e612052744c1d000d35f41791b25e7a64
parenta96013fd758ae577d62fcca11b3ee15e7614ba79 (diff)
downloadmongo-02302d098aaa6568aef6f2c204af249cc3cb924d.tar.gz
SERVER-59573 Fix cursor_timeout.js FCV tag
-rw-r--r--jstests/sharding/cursor_timeout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/cursor_timeout.js b/jstests/sharding/cursor_timeout.js
index eb506a603a2..941dfd98884 100644
--- a/jstests/sharding/cursor_timeout.js
+++ b/jstests/sharding/cursor_timeout.js
@@ -14,7 +14,7 @@
// the session cursors #5 and #6 are attached to to simulate that session timing out, and ensures
// that cursors #5 and #6 are killed as a result.
//
-// @tags: [requires_sharding, requires_find_command, requires_fcv_40]
+// @tags: [requires_sharding, requires_find_command, requires_fcv_44]
(function() {
'use strict';