Skip to content

Commit

Permalink
test(DRIVERS-2812): sdam load balancer tests in serverless (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Mar 7, 2024
1 parent c023242 commit 2348548
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/integration/load-balancers/load_balancers.spec.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ const filter = ({ description }) => {
return 'TODO(DRIVERS-1847): Skipped pending a decision made on DRIVERS-1847';
}

if (description === 'errors during the initial connection hello are ignored') {
// This test is skipped because it assumes drivers attempt connections on the first operation,
// but Node has a connect() method that is called before the first operation is ever run.
return 'TODO(NODE-2149): Refactor connect()';
}

if (
process.env.AUTH === 'auth' &&
[
Expand Down

0 comments on commit 2348548

Please sign in to comment.