We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c023242 commit 2348548Copy full SHA for 2348548
test/integration/load-balancers/load_balancers.spec.test.js
@@ -25,12 +25,6 @@ const filter = ({ description }) => {
25
return 'TODO(DRIVERS-1847): Skipped pending a decision made on DRIVERS-1847';
26
}
27
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
-
34
if (
35
process.env.AUTH === 'auth' &&
36
[
0 commit comments