mirror of
https://github.com/python/cpython.git
synced 2025-11-11 11:01:39 +00:00
gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)
This commit is contained in:
parent
8f70b16e33
commit
5e7c468fc4
1 changed files with 0 additions and 1 deletions
|
|
@ -1135,7 +1135,6 @@ def cycle():
|
|||
self.assertIsInstance(exc.__context__, ValueError)
|
||||
self.assertIs(exc.__context__.__context__, exc.__context__)
|
||||
|
||||
@unittest.skip("See issue 44895")
|
||||
def test_no_hang_on_context_chain_cycle2(self):
|
||||
# See issue 25782. Cycle at head of context chain.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue