Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 2, 2023
1 parent 49acfe4 commit a186068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goth_tests/e2e/vm/test_e2e_outbound_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ async def test_e2e_outbound_perf(
print(f" -- {info.aliases}")
if 'outbound-test' in info.aliases:
server_addr = info.address
break
await asyncio.sleep(1)
assert(server_addr is not None, "Can't find container `outbound-test`")
logger.info("outbound-test container found at %s", server_addr)
Expand Down

0 comments on commit a186068

Please sign in to comment.