Skip to content
Snippets Groups Projects
Commit 7d069630 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: added an xfail to a new failing test

parent 8f1ecaf1
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!121A few more tests for macro replacment
Pipeline #37495 passed with warnings
...@@ -300,7 +300,10 @@ extroot: !macro ...@@ -300,7 +300,10 @@ extroot: !macro
assert d["macro_sub_98"]["b"] == "98" assert d["macro_sub_98"]["b"] == "98"
assert d["macro_sub_98"]["another_param"] == 3 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): def test_silent_overwrite(register_macros, macro_store_reset):
cfood = _temp_file_load(""" cfood = _temp_file_load("""
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment