You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pytest.mark.xfail(reason="At least one issue known present with vocabulary items. Once UCO ticket OC-12 is resolved, this xfail annotation should be removed.", strict=True)
49
+
50
+
# TODO
51
+
@pytest.mark.xfail(
52
+
reason="At least one issue known present with vocabulary items. Once UCO ticket OC-12 is resolved, this xfail annotation should be removed.",
53
+
strict=True,
54
+
)
50
55
deftest_asgard_validation():
51
56
"""
52
57
Confirm the instance data passes validation.
53
58
"""
54
-
g = load_validation_graph(os.path.join(os.path.dirname(__file__), "asgard_validation.ttl"), True)
@pytest.mark.xfail(reason="At least one issue known present with vocabulary items. Once UCO ticket OC-12 is resolved, this xfail annotation should be removed.", strict=True)
49
+
50
+
# TODO
51
+
@pytest.mark.xfail(
52
+
reason="At least one issue known present with vocabulary items. Once UCO ticket OC-12 is resolved, this xfail annotation should be removed.",
53
+
strict=True,
54
+
)
50
55
deftest_owl_trafficking_validation():
51
56
"""
52
57
Confirm the instance data passes validation.
53
58
"""
54
-
g = load_validation_graph(os.path.join(os.path.dirname(__file__), "owl_trafficking_validation.ttl"), True)
@pytest.mark.xfail(reason="At least one issue known present with vocabulary items. Once UCO ticket OC-12 is resolved, this xfail annotation should be removed.", strict=True)
183
+
184
+
# TODO
185
+
@pytest.mark.xfail(
186
+
reason="At least one issue known present with vocabulary items. Once UCO ticket OC-12 is resolved, this xfail annotation should be removed.",
0 commit comments