Skip to content

Commit da54c40

Browse files
committed
adjust failing markers for test_set
1 parent 71c2772 commit da54c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_set.py

+2
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,7 @@ def check_set_op_does_not_crash(self, function):
18151815
self.assertIn("changed size during iteration", str(e))
18161816

18171817

1818+
@unittest.skip("TODO: RUSTPYTHON; segfault")
18181819
class TestBinaryOpsMutating(TestOperationsMutating):
18191820

18201821
def test_eq_with_mutation(self):
@@ -1903,6 +1904,7 @@ class TestBinaryOpsMutating_Subclass_Set(TestBinaryOpsMutating, unittest.TestCas
19031904
constructor2 = set
19041905

19051906

1907+
@unittest.skip("TODO: RUSTPYTHON; segfault")
19061908
class TestMethodsMutating(TestOperationsMutating):
19071909

19081910
def test_issubset_with_mutation(self):

0 commit comments

Comments
 (0)