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

@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).

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>