Skip to content

Commit 2348548

Browse files
authored
test(DRIVERS-2812): sdam load balancer tests in serverless (#4026)
1 parent c023242 commit 2348548

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: test/integration/load-balancers/load_balancers.spec.test.js

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ const filter = ({ description }) => {
2525
return 'TODO(DRIVERS-1847): Skipped pending a decision made on 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-
3428
if (
3529
process.env.AUTH === 'auth' &&
3630
[

0 commit comments

Comments
 (0)