Skip to content

Commit a80d5fd

Browse files
committed
test_fractions: skip SIGSEG tests
1 parent aa5f2ff commit a80d5fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ def testApproximateCos1(self):
615615
s += num / fact * sign
616616
self.assertAlmostEqual(math.cos(1), s)
617617

618+
@unittest.skipIfGraalPython(reason="not yet supported, causes SEGFAULT")
618619
def test_copy_deepcopy_pickle(self):
619620
r = F(13, 7)
620621
dr = DummyFraction(13, 7)

0 commit comments

Comments
 (0)