Skip to content

Commit 5ab4a5b

Browse files
committed
Ignore HPy test test_legacy_slots_fails_without_legacy for now
1 parent 5935914 commit 5ab4a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/hpy/test/test_slots_legacy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ def test_legacy_slots_getsets(self):
257257
p = mod.Point()
258258
assert p.z == 2073
259259

260+
@pytest.mark.xfail
260261
def test_legacy_slots_fails_without_legacy(self):
261262
import pytest
262263
mod_src = """

0 commit comments

Comments
 (0)