Skip to content
Snippets Groups Projects
Commit 05ac3630 authored by florian's avatar florian
Browse files

WIP: Add xfail mark to identifiable test

parent 805701e4
Branches
Tags
2 merge requests!53Release 0.1,!20F identifiable test
Pipeline #23089 failed
......@@ -116,10 +116,15 @@ def test_dataset(
"start_datetime='2022-02-10T16:36:48+01:00'") == 1
@pytest.mark.xfail(
"Reference properties are not updated correctly. "
"See https://gitlab.indiscale.com/caosdb/src/caosdb-crawler/-/issues/12."
)
def test_event_update(usemodel):
ident = CaosDBIdentifiableAdapter()
ident.load_from_yaml_definition(os.path.join(DATADIR, "identifiables.yml"))
crawler_definition_path = os.path.join(DATADIR, "dataset_cfoods.yml")
# TODO(fspreck): Use crawler_main
crawler_main()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment