Skip to content

Commit a30a251

Browse files
committed
Unmark passing test
1 parent af79bc6 commit a30a251

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_sys_settrace.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,8 +2251,6 @@ def test_no_jump_from_exception_event(output):
22512251
output.append(1)
22522252
1 / 0
22532253

2254-
# TODO: RUSTPYTHON
2255-
@unittest.expectedFailure
22562254
@jump_test(3, 2, [2, 5], event='return')
22572255
def test_jump_from_yield(output):
22582256
def gen():

0 commit comments

Comments
 (0)