We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc2a74 commit 41230d5Copy full SHA for 41230d5
graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_exceptionobject.py
@@ -71,8 +71,9 @@ def test_exc_info(self):
71
assert exc_type == IndexError
72
73
# 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
+ # disabled due to GR-34711
+ # exc_type = tester.get_exc_info()
76
+ # assert exc_type == IndexError
77
else:
78
assert False
79
0 commit comments