Skip to content

tests.unit.test_flow.TestInstalledAppFlow: test_run_local_server_occupied_port failed #177

Closed
@flaky-bot

Description

@flaky-bot

Note: #169 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: e315cec
buildURL: Build Status, Sponge
status: failed

Test output
self = , port = 60411
@pytest.fixture
def socket(self, port):
    s = socket.socket()
  s.bind(("localhost", port))

E OSError: [Errno 98] Address already in use

tests/unit/test_flow.py:278: OSError

Metadata

Metadata

Assignees

No one assigned

    Labels

    🚨This issue needs some love.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions