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

TEST: Fixed xfail

parent 6f420b3b
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!88jsex / yaml parser
Pipeline #44111 passed
...@@ -579,7 +579,8 @@ prop1: ...@@ -579,7 +579,8 @@ prop1:
parse_model_from_string(model_string) parse_model_from_string(model_string)
@mark.xfail("Issue is https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/57") @mark.xfail(reason="""Issue is
https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/57""")
def test_inherit_properties(): def test_inherit_properties():
# TODO Is not even specified yet. # TODO Is not even specified yet.
model_string = """ model_string = """
......
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