Skip to content

Commit

Permalink
pythongh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored and warsaw committed Apr 11, 2023
1 parent f1c999a commit bd361e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bd361e8

Please sign in to comment.