Remove pytest.skip("BAKEIN_BREAK: ...") in test_class.py (not needed anymore).

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-07-01 22:52:30 -07:00
parent b0cfeec63c
commit 6c227c7a90

View File

@ -261,7 +261,6 @@ def test_mismatched_holder():
def test_override_static():
"""#511: problem with inheritance + overwritten def_static"""
pytest.skip("BAKEIN_BREAK: Segmentation fault")
b = m.MyBase.make()
d1 = m.MyDerived.make2()
d2 = m.MyDerived.make()