Skip to content

Commit 19b7a17

Browse files
author
Jesse De Loore
committed
...
1 parent 7cdd2ba commit 19b7a17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_connect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,8 +1795,6 @@ async def _run_connection_test(
17951795
await conn.close()
17961796

17971797
async def test_target_server_attribute_port(self):
1798-
#if self.master_cluster.get_pg_version()[0] == 11:
1799-
# self.skipTest("PostgreSQL 11 seems to have issues with this test")
18001798
master_port = self.master_cluster.get_connection_spec()['port']
18011799
standby_port = self.standby_cluster.get_connection_spec()['port']
18021800
tests = [

0 commit comments

Comments
 (0)