From 7d1569b59f87419354ac01c6b259d2d27946b98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Sat, 12 Nov 2022 20:09:38 +0100 Subject: [PATCH] TST: mark xfail --- unittests/test_macros.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unittests/test_macros.py b/unittests/test_macros.py index 2a6b9c9f..4e27e42f 100644 --- a/unittests/test_macros.py +++ b/unittests/test_macros.py @@ -410,6 +410,10 @@ SimulationData: # f.write(yaml.dump(cfood)) +@pytest.mark.xfail( + reason="Wait until this feature is implemented" + "https://gitlab.com/caosdb/caosdb-crawler/-/issues/21." +) def test_def_replacements(): """Test that parameters in macro definitions can be used for defining subsequent parameters. -- GitLab