Skip failing test until they are fixed.

This commit is contained in:
Sylvain Gugger
2022-06-29 09:11:29 -04:00
parent 47b9165109
commit 8f400775fc
2 changed files with 2 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
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"

View File

@@ -104,6 +104,7 @@ class ObjectDetectionPipelineTests(unittest.TestCase, metaclass=PipelineTestCase
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"