We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1700631 commit b5d563eCopy full SHA for b5d563e
test/integration/load-balancers/load_balancers.spec.test.ts
@@ -28,7 +28,7 @@ const filter = ({ description }) => {
28
process.env.AUTH === 'auth' &&
29
['errors during authentication are processed'].includes(description)
30
) {
31
- return 'TODO a;sdhfa;sjkdf';
+ return 'TODO(NODE-7014): clear pool after handshake error in lb mode';
32
}
33
34
return false;
0 commit comments