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

TST: removed xfail from test for issue 23

parent 0ca226cc
Branches
Tags
2 merge requests!71REL: RElease v0.2.0,!61F fix crawler overwrite
Pipeline #29615 failed
......@@ -30,11 +30,12 @@ def clear_database():
db.execute_query("FIND ENTITY").delete(raise_exception_on_error=False)
@mark.xfail(reason="See issue https://gitlab.com/caosdb/caosdb-crawler/-/issues/23")
def test_issue_23(clear_database):
"""Test that an update leaves existing properties, that were not found by
the crawler, unchanged.
See issue https://gitlab.com/caosdb/caosdb-crawler/-/issues/23
"""
# insert a simplistic model an arecord of type TestType with identifying
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment