mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
This test-only utility was causing test flakiness because it assumed that TCP ports would not be re-used while tests are running. Resolve the flakiness by removing these assumptions, and further simplify the code by removing some additional lib/utils functionality that was only ever used in tests. Closes #59712