Skip to content
Snippets Groups Projects
Verified Commit 85e8549b authored by Daniel Hornung's avatar Daniel Hornung
Browse files

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

parents e990d6bc c01ae927
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!81F schema export references
Pipeline #42821 canceled
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment