SERVER-86873: Exclude transitionFromDedicatedConfigServer test case on 7.2

This commit is contained in:
Kshitij Gupta 2024-02-22 00:43:23 +00:00 committed by Evergreen Agent
parent 864ace1cd2
commit 623568a184
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ export const commandsAddedToMongosSinceLastLTS = [
"setQuerySettings", "setQuerySettings",
"removeQuerySettings", "removeQuerySettings",
"unshardCollection", "unshardCollection",
"transitionFromDedicatedConfigServer",
]; ];