mirror of https://github.com/mongodb/mongo
SERVER-86873: Exclude transitionFromDedicatedConfigServer test case on 7.2
This commit is contained in:
parent
864ace1cd2
commit
623568a184
|
|
@ -25,4 +25,5 @@ export const commandsAddedToMongosSinceLastLTS = [
|
||||||
"setQuerySettings",
|
"setQuerySettings",
|
||||||
"removeQuerySettings",
|
"removeQuerySettings",
|
||||||
"unshardCollection",
|
"unshardCollection",
|
||||||
|
"transitionFromDedicatedConfigServer",
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue