mirror of https://github.com/mongodb/mongo
SERVER-112461 Add testCommandFeatureFlaggedOnLatestFCV82 to list of r… (#42646)
GitOrigin-RevId: 3fdbbf35eedd703b973bcc1021a090c9826c2385
This commit is contained in:
parent
43e746ae8c
commit
3c8d29b378
|
|
@ -32,6 +32,7 @@ export const commandsRemovedFromMongodSinceLastLTS = [
|
|||
"configureBackgroundTask",
|
||||
"mergeChunks",
|
||||
"testCommandFeatureFlaggedOnLatestFCV",
|
||||
"testCommandFeatureFlaggedOnLatestFCV82",
|
||||
"getChangeStreamState", // Removed in v8.3
|
||||
"setChangeStreamState", // Removed in v8.3
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue