Skip to content

Commit b5d563e

Browse files
skip reason
1 parent 1700631 commit b5d563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/load-balancers/load_balancers.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const filter = ({ description }) => {
2828
process.env.AUTH === 'auth' &&
2929
['errors during authentication are processed'].includes(description)
3030
) {
31-
return 'TODO a;sdhfa;sjkdf';
31+
return 'TODO(NODE-7014): clear pool after handshake error in lb mode';
3232
}
3333

3434
return false;

0 commit comments

Comments
 (0)