From 1873d1ef18e244c4e626b9578263e9660e797936 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 25 Oct 2023 16:19:48 +0200 Subject: [PATCH] FIX: Remove xfail from fixed test --- integrationtests/test_data_model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrationtests/test_data_model.py b/integrationtests/test_data_model.py index fce18f1b..bd74a40b 100644 --- a/integrationtests/test_data_model.py +++ b/integrationtests/test_data_model.py @@ -56,8 +56,6 @@ class DataModelTest(unittest.TestCase): assert len(exist) == 1 assert exist[0].name == "TestRecord" - @pytest.mark.xfail(reason="Entities with many, long, properties: " - "https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/55") def test_large_data_model(self): # create RT and one property dm = DataModel() -- GitLab