Skip to content

Commit 69a3cf6

Browse files
1 parent c80f30d commit 69a3cf6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_datatypes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def setup_class(cls):
2121
cls.has_byte = at_least_17
2222
cls.has_optional = at_least_17
2323

24-
@mark.xfail
24+
@mark.xfail(run=False, reason="Crashes")
2525
def test01_instance_data_read_access(self):
2626
"""Read access to instance public data and verify values"""
2727

@@ -378,7 +378,6 @@ def test03_array_passing(self):
378378

379379
c.__destruct__()
380380

381-
@mark.xfail
382381
def test04_class_read_access(self):
383382
"""Test read access to class public data and verify values"""
384383

@@ -442,7 +441,6 @@ def test04_class_read_access(self):
442441

443442
c.__destruct__()
444443

445-
@mark.xfail
446444
def test05_class_data_write_access(self):
447445
"""Test write access to class public data and verify values"""
448446

0 commit comments

Comments
 (0)