From: Victor Stinner Date: Mon, 29 Jan 2018 13:04:44 +0000 (+0100) Subject: bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) X-Git-Tag: v3.7.0b1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d951157268b2122109098c792562b71ccc41920b;p=python bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) --- diff --git a/Lib/test/test_embed.py b/Lib/test/test_embed.py index c9b65485ac..c7f45b59ac 100644 --- a/Lib/test/test_embed.py +++ b/Lib/test/test_embed.py @@ -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