]> granicus.if.org Git - python/commit
bpo-20891: Skip test_embed.test_bpo20891() (#4967)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 21 Dec 2017 23:05:05 +0000 (00:05 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2017 23:05:05 +0000 (00:05 +0100)
commit550ee051d605b909dd75ef686d8e1244a0994394
treed42392be904728b57f23a32cde9c43a585512143
parent9bee329130aae5a13050c08dab9d349b76e66835
bpo-20891: Skip test_embed.test_bpo20891() (#4967)

Skip the test failing randomly because of known race condition.

Skip the test to fix macOS buildbots until a decision is made on the
proper fix for the race condition.
Lib/test/test_embed.py