diff --git a/integrationtests/test_data_model.py b/integrationtests/test_data_model.py
index fce18f1b4165ef9b3911d69023b991037d168bc7..bd74a40bde2540bb57245de1de464a1bfd84bc72 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()