Unverified Commit 08887344 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Skip test_schema_meta_validation[maskrcnn_resnet50_fpn_v2] (#7350)

parent 1cd95e65
...@@ -182,6 +182,10 @@ detection_models_input_dims = { ...@@ -182,6 +182,10 @@ detection_models_input_dims = {
) )
@run_if_test_with_extended @run_if_test_with_extended
def test_schema_meta_validation(model_fn): def test_schema_meta_validation(model_fn):
if model_fn.__name__ == "maskrcnn_resnet50_fpn_v2":
pytest.skip(reason="FIXME https://github.com/pytorch/vision/issues/7349")
# list of all possible supported high-level fields for weights meta-data # list of all possible supported high-level fields for weights meta-data
permitted_fields = { permitted_fields = {
"backend", "backend",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment