Skip to content

Commit

Permalink
mark test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed May 6, 2024
1 parent b8df362 commit f6b6f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ def test34_cstring_template_argument(self):
assert ns.stringify(ctypes.c_char_p(bytes("Noot", "ascii"))) == "Noot "


@mark.skipif(((IS_MAC_ARM or IS_MAC_X86) and not IS_CLANG_REPL), reason="setup class fails with OS X cling")
class TestTEMPLATED_TYPEDEFS:
def setup_class(cls):
cls.test_dct = test_dct
Expand Down

0 comments on commit f6b6f6b

Please sign in to comment.