Skip to content

Commit 7a3308f

Browse files
committed
gh-89058: remove skip from test_no_hang_on_context_chain_cycle2
1 parent d1a89ce commit 7a3308f

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)