Skip to content

Commit a3be8d4

Browse files
authored
fix: remove pgbouncer test from ami tests (#879)
1 parent f165fc8 commit a3be8d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

testinfra/test_ami.py

-5
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ def is_healthy(host) -> bool:
293293
logger.warning("kong not ready")
294294
return False
295295

296-
cmd = host.run("printf \\\\0 > '/dev/tcp/localhost/6543'")
297-
if cmd.failed is True:
298-
logger.warning("pgbouncer not ready")
299-
return False
300-
301296
cmd = host.run("sudo fail2ban-client status")
302297
if cmd.failed is True:
303298
logger.warning("fail2ban not ready")

0 commit comments

Comments
 (0)