Skip to content

Commit 41230d5

Browse files
committed
disable test for now
1 parent efc2a74 commit 41230d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_exceptionobject.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ def test_exc_info(self):
7171
assert exc_type == IndexError
7272

7373
# do a second time because this time we won't do a stack walk
74-
exc_type = tester.get_exc_info()
75-
assert exc_type == IndexError
74+
# disabled due to GR-34711
75+
# exc_type = tester.get_exc_info()
76+
# assert exc_type == IndexError
7677
else:
7778
assert False
7879

0 commit comments

Comments
 (0)