File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def setup_class(cls):
21
21
cls .has_byte = at_least_17
22
22
cls .has_optional = at_least_17
23
23
24
- @mark .xfail
24
+ @mark .xfail ( run = False , reason = "Crashes" )
25
25
def test01_instance_data_read_access (self ):
26
26
"""Read access to instance public data and verify values"""
27
27
@@ -378,7 +378,6 @@ def test03_array_passing(self):
378
378
379
379
c .__destruct__ ()
380
380
381
- @mark .xfail
382
381
def test04_class_read_access (self ):
383
382
"""Test read access to class public data and verify values"""
384
383
@@ -442,7 +441,6 @@ def test04_class_read_access(self):
442
441
443
442
c .__destruct__ ()
444
443
445
- @mark .xfail
446
444
def test05_class_data_write_access (self ):
447
445
"""Test write access to class public data and verify values"""
448
446
You can’t perform that action at this time.
0 commit comments