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 2f5440d commit ca2e9f4Copy full SHA for ca2e9f4
test/integration/load-balancers/load_balancers.spec.test.js
@@ -19,7 +19,7 @@ const filter = ({ description }) => {
19
'stale errors are ignored'
20
].includes(description)
21
) {
22
- // TODO(DRIVERS-1847): The following three tests are skipped pending a decision made on DRIVERS-1847,
+ // TODO(DRIVERS-1847): The above three tests are skipped pending a decision made in DRIVERS-1847
23
// since pinning the connection on any getMore error is very awkward in node and likely results
24
// in sub-optimal pinning.
25
return 'TODO(DRIVERS-1847): Skipped pending a decision made on DRIVERS-1847'
0 commit comments