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 d098a78 commit dc584d1Copy full SHA for dc584d1
test/integration/load-balancers/load_balancers.spec.test.js
@@ -25,6 +25,12 @@ const filter = ({ description }) => {
25
return 'TODO(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