]> granicus.if.org Git - python/commitdiff
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 29 Jan 2018 13:04:44 +0000 (14:04 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 13:04:44 +0000 (14:04 +0100)
Lib/test/test_embed.py

index c9b65485ac7e8193980833f1e0131f3209b61889..c7f45b59acc8a10e5eff3df08bd15eee57cd40aa 100644 (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