]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969) 4970/head
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 21 Dec 2017 23:32:27 +0000 (00:32 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2017 23:32:27 +0000 (00:32 +0100)
commit2e1ef00171179a8b906631b175cde2e68a804522
treea746de330f3401ccafc961ccf0687b087966eb10
parent3bc68cff5b821e83ee5df8b8cd13f4f54151b406
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)

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.

(cherry picked from commit 550ee051d605b909dd75ef686d8e1244a0994394)
Lib/test/test_capi.py