diff options
| author | Kshitij Gupta <kshitij.gupta@mongodb.com> | 2024-02-22 00:43:23 +0000 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2024-02-22 01:23:15 +0000 |
| commit | 623568a184e2b8404f7e1f4e8dc90ac5d1e9f73d (patch) | |
| tree | 5af08a0a2c3d368940d80c2d2208c8762d001561 | |
| parent | 864ace1cd2e56d5234e77f2d897a7296d5b00f0c (diff) | |
SERVER-86873: Exclude transitionFromDedicatedConfigServer test case on 7.2r7.2.2-rc0r7.2.2
| -rw-r--r-- | jstests/sharding/libs/last_lts_mongos_commands.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js index bc9e359a832..1f23b25c0b8 100644 --- a/jstests/sharding/libs/last_lts_mongos_commands.js +++ b/jstests/sharding/libs/last_lts_mongos_commands.js @@ -25,4 +25,5 @@ export const commandsAddedToMongosSinceLastLTS = [ "setQuerySettings", "removeQuerySettings", "unshardCollection", + "transitionFromDedicatedConfigServer", ]; |
