[3.9] bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) by miss-islington · Pull Request #20487 · python/cpython

@vstinner @miss-islington

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>

vstinner