Temporarily comment slow for {mask, mask2, one}former

This commit is contained in:
Pedro Lira 2023-07-28 15:52:19 -03:00
parent 00a9cab807
commit e5371edabd
3 changed files with 3 additions and 3 deletions

View File

@ -339,7 +339,7 @@ def prepare_img():
@require_vision
@slow
# @slow
class Mask2FormerModelIntegrationTest(unittest.TestCase):
@cached_property
def model_checkpoints(self):

View File

@ -336,7 +336,7 @@ def prepare_img():
@require_vision
@slow
# @slow
class MaskFormerModelIntegrationTest(unittest.TestCase):
@cached_property
def default_image_processor(self):

View File

@ -455,7 +455,7 @@ def prepare_img():
@require_vision
@slow
# @slow
class OneFormerModelIntegrationTest(unittest.TestCase):
@cached_property
def model_checkpoints(self):