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 4, 2024
1 parent 00ac586 commit 53a8a3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions test/test_doc_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_enums(self):

pass

@mark.xfail
@mark.xfail(run=not IS_MAC, reason="Seg Fault")
def test_functions(self):
import cppyy

Expand Down Expand Up @@ -741,7 +741,6 @@ class TestADVERTISED:
def setup_class(cls):
import cppyy

@mark.xfail
def test01_reduction_of_overloads(self):
"""Reduce available overloads to 1"""

Expand Down
1 change: 0 additions & 1 deletion test/test_overloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def test01_class_based_overloads(self):
assert d_overload().get_int(ns_a_overload.a_overload()) == 88
assert d_overload().get_int(ns_b_overload.a_overload()) == -33

@mark.xfail
def test02_class_based_overloads_explicit_resolution(self):
"""Test explicitly resolved function overloads"""

Expand Down

0 comments on commit 53a8a3f

Please sign in to comment.