Skip to content
Snippets Groups Projects
Commit c01ae927 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'dev' into f-simple-schema-export

parents f00c3de9 1873d1ef
Branches
Tags
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!80F simple schema export
Pipeline #42819 passed
...@@ -56,8 +56,6 @@ class DataModelTest(unittest.TestCase): ...@@ -56,8 +56,6 @@ class DataModelTest(unittest.TestCase):
assert len(exist) == 1 assert len(exist) == 1
assert exist[0].name == "TestRecord" 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): def test_large_data_model(self):
# create RT and one property # create RT and one property
dm = DataModel() dm = DataModel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment