Skip to content

Commit dc5be17

Browse files
fangerertimfel
authored andcommitted
Skip HPy capsule tests for now
1 parent f6dfc95 commit dc5be17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def test_capsule_new(self):
168168
with pytest.raises(ValueError):
169169
mod.capsule_new()
170170

171+
@pytest.mark.skip
171172
def test_capsule_getter_and_setter(self):
172173
mod = self.make_module("""
173174
@DEFINE_SomeObject

0 commit comments

Comments
 (0)