Unverified Commit 9740a03f authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Skip broken test

parent 905e5773
...@@ -177,6 +177,7 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa ...@@ -177,6 +177,7 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
) )
@require_torch @require_torch
@unittest.skip("This test is broken for now")
def test_small_model_pt(self): def test_small_model_pt(self):
model_id = "hf-internal-testing/tiny-detr-mobilenetsv3-panoptic" model_id = "hf-internal-testing/tiny-detr-mobilenetsv3-panoptic"
......
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