Skip to content

Commit ca2e9f4

Browse files
Update test/integration/load-balancers/load_balancers.spec.test.js
Co-authored-by: Neal Beeken <[email protected]>
1 parent 2f5440d commit ca2e9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const filter = ({ description }) => {
1919
'stale errors are ignored'
2020
].includes(description)
2121
) {
22-
// TODO(DRIVERS-1847): The following three tests are skipped pending a decision made on DRIVERS-1847,
22+
// TODO(DRIVERS-1847): The above three tests are skipped pending a decision made in DRIVERS-1847
2323
// since pinning the connection on any getMore error is very awkward in node and likely results
2424
// in sub-optimal pinning.
2525
return 'TODO(DRIVERS-1847): Skipped pending a decision made on DRIVERS-1847'

0 commit comments

Comments
 (0)