Skip to content

Commit dc584d1

Browse files
chore: re-skip failing load balancer test
1 parent d098a78 commit dc584d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ const filter = ({ description }) => {
2525
return 'TODO(DRIVERS-1847)';
2626
}
2727

28+
if (description === 'errors during the initial connection hello are ignored') {
29+
// This test is skipped because it assumes drivers attempt connections on the first operation,
30+
// but Node has a connect() method that is called before the first operation is ever run.
31+
return 'TODO(NODE-2149): Refactor connect()';
32+
}
33+
2834
if (
2935
process.env.AUTH === 'auth' &&
3036
[

0 commit comments

Comments
 (0)