From 6f2d1890620ebe6d14791211c2d8e87c491704bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Thu, 20 Mar 2025 13:07:39 +0100 Subject: [PATCH] REFACTOR: mark xfail --- tests/test_issues_pylib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_issues_pylib.py b/tests/test_issues_pylib.py index 9115fda..1e0158b 100644 --- a/tests/test_issues_pylib.py +++ b/tests/test_issues_pylib.py @@ -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 -- GitLab