bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)

This commit is contained in:
Victor Stinner 2018-01-29 14:04:44 +01:00 committed by GitHub
parent 8017b804a0
commit d951157268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -198,9 +198,6 @@ class EmbeddingTests(unittest.TestCase):
self.assertEqual(out, '')
self.assertEqual(err, '')
@unittest.skipIf(True,
"FIXME: test fails randomly because of a race conditon, "
"see bpo-20891")
def test_bpo20891(self):
"""
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before