Skip to content

Commit 5e7c468

Browse files
authored
gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)
1 parent 8f70b16 commit 5e7c468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@ def cycle():
11351135
self.assertIsInstance(exc.__context__, ValueError)
11361136
self.assertIs(exc.__context__.__context__, exc.__context__)
11371137

1138-
@unittest.skip("See issue 44895")
11391138
def test_no_hang_on_context_chain_cycle2(self):
11401139
# See issue 25782. Cycle at head of context chain.
11411140

0 commit comments

Comments
 (0)