Skip to content

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

Closed
@flaky-bot

Description

@flaky-bot

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


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

Test output
self = , port = 60848
@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:264: OSError

Metadata

Metadata

Assignees

No one assigned

    Labels

    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