Skip to content

Commit 544bf35

Browse files
committed
test_shelve: skip SIGSEG tests
1 parent 396e667 commit 544bf35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def tearDown(self):
196196
class TestAsciiFileShelve(TestShelveBase):
197197
_args={'protocol':0}
198198
_in_mem = False
199+
@unittest.skipIfGraalPython(reason="not yet supported, causes SEGFAULT")
199200
class TestBinaryFileShelve(TestShelveBase):
200201
_args={'protocol':1}
201202
_in_mem = False

0 commit comments

Comments
 (0)