summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2022-05-31 14:07:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-31 14:33:12 +0000
commit2fe7afd99f8158306415470286622c3712bebce3 (patch)
treeda4a8d2115bbe30dad4bcdadc85f8a13f0750a67
parent5b5c358f6188be830cd255b1f53570eb3e6046ae (diff)
downloadmongo-2fe7afd99f8158306415470286622c3712bebce3.tar.gz
SERVER-66585 Update test tags for repl_startup_error_no_hang_on_shutdown.js
-rw-r--r--jstests/replsets/repl_startup_error_no_hang_on_shutdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/repl_startup_error_no_hang_on_shutdown.js b/jstests/replsets/repl_startup_error_no_hang_on_shutdown.js
index 61160705195..907d424a5d2 100644
--- a/jstests/replsets/repl_startup_error_no_hang_on_shutdown.js
+++ b/jstests/replsets/repl_startup_error_no_hang_on_shutdown.js
@@ -2,7 +2,7 @@
* Tests that errors generated as part of ReplicationCoordinatorImpl startup do not cause the server
* to hang during shutdown.
*
- * @tags: [requires_persistence, requires_fcv_53]
+ * @tags: [requires_persistence, requires_fcv_60]
*/
(function() {