Commit 3f0707b2 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Skip broken tests

parent 4c8ec66a
...@@ -733,8 +733,9 @@ def prepare_img(): ...@@ -733,8 +733,9 @@ def prepare_img():
@require_vision @require_vision
@require_torch @require_torch
@unittest.skip("These tests are broken, fix me Alara")
class OwlViTModelIntegrationTest(unittest.TestCase): class OwlViTModelIntegrationTest(unittest.TestCase):
# @slow @slow
def test_inference(self): def test_inference(self):
model_name = "google/owlvit-base-patch32" model_name = "google/owlvit-base-patch32"
model = OwlViTModel.from_pretrained(model_name).to(torch_device) model = OwlViTModel.from_pretrained(model_name).to(torch_device)
......
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