Skip to content
Snippets Groups Projects
Commit 45d118c2 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: mark role test with xfail

parent c5db8a27
No related branches found
No related tags found
No related merge requests found
Pipeline #10330 failed
......@@ -34,6 +34,7 @@ import caosdb as db
from caosdb import (Container, Info, Property, Record, RecordType,
execute_query)
from pytest import raises
from pytest import mark
def setup():
......@@ -583,6 +584,7 @@ def test_cache_performance():
n += 10
@mark.xfail(reason="Waits for MR https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/merge_requests/15")
def test_role_after_retrieve():
rt = db.RecordType("TestRT").insert()
entity = db.Entity(id=rt.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment