SERVER-115999 Add does_not_support_stepdowns tag to rsm_horizon_change.js (#45654)

GitOrigin-RevId: 5b65c670c7185cfb74989bb1cbbd24db892cedf5
This commit is contained in:
Cole Harbeck 2025-12-26 16:30:06 -05:00 committed by MongoDB Bot
parent 357e645df9
commit 413de08815

View File

@ -1,6 +1,11 @@
/*
* Tests that split horizon reconfig results in unknown ServerDescription in
* StreamableReplicaSetMonitor.
*
* @tags: [
* # This test issues a replSetReconfig command, which must be routed to the primary.
* does_not_support_stepdowns
* ]
*/
import {ShardingTest} from "jstests/libs/shardingtest.js";