From aa60d00bc62c1f42df43bfb1d42600bdbdf6ceda Mon Sep 17 00:00:00 2001 From: Aaron Jomy <75925957+aaronj0@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:56:11 +0200 Subject: [PATCH] [cppyy] no longer run `test33_using_template_argument` --- bindings/pyroot/cppyy/cppyy/test/test_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/pyroot/cppyy/cppyy/test/test_templates.py b/bindings/pyroot/cppyy/cppyy/test/test_templates.py index f04f6251f724e..9f41b8e968a14 100644 --- a/bindings/pyroot/cppyy/cppyy/test/test_templates.py +++ b/bindings/pyroot/cppyy/cppyy/test/test_templates.py @@ -1118,6 +1118,7 @@ class TNaVU; run_n = getattr(cppyy.gbl, 'TNaRun_%d' % n) getattr(run_n, t) + @mark.xfail(run = False, reason = "This test crashes sporadically") def test33_using_template_argument(self): """`using` type as template argument"""