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 a0481cc commit ea2f481Copy full SHA for ea2f481
tests/test_connect.py
@@ -460,6 +460,7 @@ def check():
460
with check():
461
await self.con.reset()
462
463
+ @unittest.skipIf(os.environ.get('PGHOST'), 'unmanaged cluster')
464
async def test_connection_ssl_to_no_ssl_server(self):
465
ssl_context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
466
ssl_context.load_verify_locations(SSL_CA_CERT_FILE)
0 commit comments