Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates async test to skip if SSL not installed (#36)
Signed-off-by: Jay Miller <[email protected]> ### Pull Request check-list _Please make sure to review and check all of these items:_ - [x] Do tests and lints pass with this change? - [x] Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)? - [x] Is the new or changed code fully tested? - [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)? - [ ] Is there an example added to the examples folder (if applicable)? - [ ] Was the change added to CHANGES file? _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ ### Description of change PR that fixes commits from #34. Creates parity in testing on the sync/async tests of the connection pool by skipping the ssl tests if ssl is not installed on the async tests. Resolves #26 --------- Signed-off-by: Jay Miller <[email protected]> Signed-off-by: Salvatore Mesoraca <[email protected]> Co-authored-by: Salvatore Mesoraca <[email protected]>
- Loading branch information