Skip to content

Commit

Permalink
skip flaky test_get_free_tcp_port_range_fails_if_cannot_be_bound (#10865
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sannya-singal committed May 22, 2024
1 parent 82b1940 commit 61a4b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/utils/test_net_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def test_get_free_tcp_port_range_fails_if_reserved(monkeypatch):
assert mock.call_count == 50


@pytest.mark.skip(reason="flaky")
def test_get_free_tcp_port_range_fails_if_cannot_be_bound(monkeypatch):
mock = MagicMock()
mock.return_value = False
Expand Down

0 comments on commit 61a4b43

Please sign in to comment.