Skip to content

Commit

Permalink
[test] update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Nov 28, 2024
1 parent 2f4e622 commit c32cc49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,6 @@ def test30_uint64_t(self):
assert ns.TTest(True).fT == True
assert type(ns.TTest(True).fT) == bool

@mark.xfail
def test31_enum_in_dir(self):
"""Failed to pick up enum data"""

Expand Down
2 changes: 1 addition & 1 deletion test/test_stltypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ def test01_tuple_creation_and_access(self):

# TODO: should be easy enough to add iterators over std::tuple?

@mark.xfail
@mark.xfail(condition=IS_MAC, reason="fails on OSX")
def test02_tuple_size(self):
"""Usage of tuple_size helper class"""

Expand Down

0 comments on commit c32cc49

Please sign in to comment.