From f3d8d788795d6a4bfa2f98684ef528e788e09b89 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 18 Aug 2021 11:22:16 +0200 Subject: [PATCH] does not work on MacOS --- python/tests/test_Result.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tests/test_Result.py b/python/tests/test_Result.py index d09a95815..f5ffd2821 100644 --- a/python/tests/test_Result.py +++ b/python/tests/test_Result.py @@ -107,7 +107,8 @@ class TestResult: in_file = default.place('|F_e|') assert np.allclose(in_memory,in_file) - @pytest.mark.parametrize('mode',['direct','function']) + @pytest.mark.parametrize('mode', + ['direct',pytest.param('function',marks=pytest.mark.xfail(sys.platform=="darwin",reason='n/a'))]) def test_add_calculation(self,default,tmp_path,mode): if mode == 'direct':