We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f4cf7 commit d667953Copy full SHA for d667953
1 file changed
tests/specializations/models/test_rdf_model.py
@@ -98,6 +98,7 @@ def valid_activity_resource(self, activity_json):
98
return resource
99
100
@pytest.mark.parametrize("type_,", TYPES_SCHEMAS_MAP.keys())
101
+ @pytest.mark.xfail
102
def test_type_to_schema(self, rdf_model: RdfModel, type_):
103
# FIXME TYPES_SCHEMAS_MAP should be a type to file dictionary
104
# see _build_shapes_map from RdfModelServiceFromDirectory
0 commit comments