◐ Shell
clean mode source ↗

bpo-30064: Fix unstable asyncio "racing" socket tests by vstinner · Pull Request #20485 · python/cpython

Conversation

@vstinner

Skip new "racing" socket tests which fail randomly until someone fix
them, to ease analysis of buildbot failures (skip tests which are
known to be broken/unstable).

https://bugs.python.org/issue30064

Skip new "racing" socket tests which fail randomly until someone fix
them, to ease analysis of buildbot failures (skip tests which are
known to be broken/unstable).

@vstinner

@miss-islington

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot

miss-islington added a commit that referenced this pull request

May 28, 2020
Skip new "racing" socket tests which fail randomly until someone fix
them, to ease analysis of buildbot failures (skip tests which are
known to be broken/unstable).
(cherry picked from commit 84ee7e1)

Co-authored-by: Victor Stinner <vstinner@python.org>

Labels