From 7d0696309508c3be58429bfddddbf98e4fffb3b5 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Tue, 6 Jun 2023 14:56:17 +0200 Subject: [PATCH] TST: added an xfail to a new failing test --- unittests/test_macros.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unittests/test_macros.py b/unittests/test_macros.py index 9569e785..62df642b 100644 --- a/unittests/test_macros.py +++ b/unittests/test_macros.py @@ -300,7 +300,10 @@ extroot: !macro assert d["macro_sub_98"]["b"] == "98" assert d["macro_sub_98"]["another_param"] == 3 - +@pytest.mark.xfail( + reason="This is discussed in the following issue" + "https://gitlab.com/caosdb/caosdb-crawler/-/issues/74." +) def test_silent_overwrite(register_macros, macro_store_reset): cfood = _temp_file_load(""" --- -- GitLab