Skip to content

Commit

Permalink
[test] update tags (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa authored Feb 9, 2025
1 parent c80f30d commit 69a3cf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setup_class(cls):
cls.has_byte = at_least_17
cls.has_optional = at_least_17

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

Expand Down Expand Up @@ -378,7 +378,6 @@ def test03_array_passing(self):

c.__destruct__()

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

Expand Down Expand Up @@ -442,7 +441,6 @@ def test04_class_read_access(self):

c.__destruct__()

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

Expand Down

0 comments on commit 69a3cf6

Please sign in to comment.