SERVER-112461 Add testCommandFeatureFlaggedOnLatestFCV82 to list of r… (#42646)

GitOrigin-RevId: 3fdbbf35eedd703b973bcc1021a090c9826c2385
This commit is contained in:
huayu-ouyang 2025-10-14 17:18:04 -04:00 committed by MongoDB Bot
parent 43e746ae8c
commit 3c8d29b378
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ export const commandsRemovedFromMongodSinceLastLTS = [
"configureBackgroundTask",
"mergeChunks",
"testCommandFeatureFlaggedOnLatestFCV",
"testCommandFeatureFlaggedOnLatestFCV82",
"getChangeStreamState", // Removed in v8.3
"setChangeStreamState", // Removed in v8.3
];