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

REFACTOR: mark xfail

parent 7b47eb81
No related branches found
No related tags found
1 merge request!87Test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/123
Pipeline #62091 passed
......@@ -199,6 +199,7 @@ def test_gitlab_com_120():
assert len(rt1_retrieved.get_property(rt2.name).properties) == 0
@pytest.mark.xfail(reason="We do not yet consider the role during retrieve")
def test_gitlab_com_123():
"""
Test that Entity Role is taken into account when retrieving entities with
......@@ -220,6 +221,7 @@ def test_gitlab_com_123():
file = db.File("TestUniquenessRecordType").retrieve()
assert file.role == "File"
def test_gitlab_com_127():
"""
Test that the timeout option in pylinkahead.ini accepts separate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment