Skip to content
Snippets Groups Projects
Commit f0e2d1f5 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

TST: update xfail reason

parent d511fadc
No related branches found
No related tags found
1 merge request!17Update xfail reason
Pipeline #13791 passed
...@@ -40,7 +40,7 @@ def teardown(): ...@@ -40,7 +40,7 @@ def teardown():
setup_module() setup_module()
@pytest.mark.xfail(reason="""see pylib issue #31""") @pytest.mark.xfail(reason="See caosdb-pylib issue #31 and #66")
def test_add_properties_with_wrong_role(): def test_add_properties_with_wrong_role():
p = db.Property(name="TestProperty1", datatype=db.TEXT).insert() p = db.Property(name="TestProperty1", datatype=db.TEXT).insert()
rt = db.RecordType(name="TestRT1").add_property("TestProperty1").insert() rt = db.RecordType(name="TestRT1").add_property("TestProperty1").insert()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment