Skip to content

Commit 3019843

Browse files
committed
Disable test
1 parent a5c06ba commit 3019843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/server_connectivity_tests/test_opportunistic_tls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class TestOpportunisticTls:
1717
("ldap.uchicago.edu", 389, ProtocolWithOpportunisticTlsEnum.LDAP),
1818
("jabber.org", 5222, ProtocolWithOpportunisticTlsEnum.XMPP_SERVER),
1919
# Some Heroku Postgres instance I created
20-
("ec2-54-217-15-9.eu-west-1.compute.amazonaws.com", 5432, ProtocolWithOpportunisticTlsEnum.POSTGRES),
20+
# TODO(AD): Heroku no longer offers free instances; need to find a new Postgres test server
21+
# ("ec2-54-217-15-9.eu-west-1.compute.amazonaws.com", 5432, ProtocolWithOpportunisticTlsEnum.POSTGRES),
2122
],
2223
)
2324
def test(self, hostname, port, protocol):

0 commit comments

Comments
 (0)