SERVER-110008 Ignore ddlLockOptimisticRecoveryWaitTimeout in multiversion server parameter tests (#40711) (#43577)
GitOrigin-RevId: b242a3fd3bda9bb34eb8b3f3a4d98b30e83bf788
This commit is contained in:
parent
dd09d25acc
commit
85729d2e4f
@ -16,7 +16,9 @@ const ignoredParams = [
|
||||
"testStrClusterParameter",
|
||||
"testMinFcvClusterParameter",
|
||||
"cwspTestNeedsFeatureFlagBlender",
|
||||
"cwspTestNeedsLatestFCV"
|
||||
"cwspTestNeedsLatestFCV",
|
||||
// TODO(SERVER-113476): Remove this exception when 8.0.16 released
|
||||
"ddlLockOptimisticRecoveryWaitTimeout",
|
||||
];
|
||||
|
||||
// The maxAnchorCompactionSize field was added in 7.1.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user