Skip to content

Commit 852c6eb

Browse files
committed
fixup: remove additional REPL entry
1 parent b34c2f9 commit 852c6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/integration-testing-hooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ export class MongoRunnerSetup extends MongodSetup {
236236
551190, // "Server certificate has no compatible Subject Alternative Name",
237237
20526, // "Failed to gather storage statistics for slow operation"
238238
22668, // "Unable to ping distributed locks"
239+
21764, // "Unable to forward progress" REPL
239240
(l: LogEntry) => {
240241
// "Use of deprecated server parameter name" (FTDC)
241242
return (l.id === 636300 || l.id === 23803) && l.context === 'ftdc'

0 commit comments

Comments
 (0)