Skip to content

Commit

Permalink
[fbsync] Skip test_schema_meta_validation[maskrcnn_resnet50_fpn_v2] (#…
Browse files Browse the repository at this point in the history
…7350)

Reviewed By: vmoens

Differential Revision: D44416537

fbshipit-source-id: 57c89d80e3b4b46f0f3745c00826b462feb9d791
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Mar 30, 2023
1 parent 432e831 commit 51637f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_extended_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ def test_naming_conventions(model_fn):
)
@run_if_test_with_extended
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
permitted_fields = {
"backend",
Expand Down

0 comments on commit 51637f5

Please sign in to comment.