Commit 8f400775 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Skip failing test until they are fixed.

parent 47b91651
......@@ -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"
......
......@@ -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"
......
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