Skip to content

Commit 2993208

Browse files
committed
Disable test that relies on refcounting
1 parent d27a849 commit 2993208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_raise.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def f():
437437

438438
f()
439439

440+
@support.impl_detail("relies on reference counting", graalvm=False)
440441
def test_3611(self):
441442
# A re-raised exception in a __del__ caused the __context__
442443
# to be cleared

0 commit comments

Comments
 (0)