Skip to content

Commit 7cdd2ba

Browse files
author
Jesse De Loore
committed
See the results on pg11
1 parent 08ad1f8 commit 7cdd2ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_connect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,8 +1795,8 @@ 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")
1798+
#if self.master_cluster.get_pg_version()[0] == 11:
1799+
# self.skipTest("PostgreSQL 11 seems to have issues with this test")
18001800
master_port = self.master_cluster.get_connection_spec()['port']
18011801
standby_port = self.standby_cluster.get_connection_spec()['port']
18021802
tests = [

0 commit comments

Comments
 (0)