Skip to content

Commit

Permalink
Skip failing test until they are fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Jun 29, 2022
1 parent 47b9165 commit 8f40077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/pipelines/test_pipelines_image_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def run_pipeline_test(self, image_segmenter, examples):
def test_small_model_tf(self):
pass

@unittest.skip("Model has moved, skip until it's fixed.")
@require_torch
def test_small_model_pt(self):
model_id = "mishig/tiny-detr-mobilenetsv3-panoptic"
Expand Down
1 change: 1 addition & 0 deletions tests/pipelines/test_pipelines_object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def run_pipeline_test(self, object_detector, examples):
def test_small_model_tf(self):
pass

@unittest.skip("Model has moved, skip until it's fixed.")
@require_torch
def test_small_model_pt(self):
model_id = "mishig/tiny-detr-mobilenetsv3"
Expand Down

0 comments on commit 8f40077

Please sign in to comment.