Skip tests properly (#31308)
* Skip tests properly * [test_all] * Add 'reason' as kwarg for skipTest * [test_all] Fix up * [test_all]
This commit is contained in:
@@ -94,5 +94,6 @@ class VideoClassificationPipelineTests(unittest.TestCase):
|
||||
)
|
||||
|
||||
@require_tf
|
||||
@unittest.skip
|
||||
def test_small_model_tf(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user