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:
@@ -414,7 +414,7 @@ class LayoutLMv2ModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCa
|
||||
|
||||
check_hidden_states_output(inputs_dict, config, model_class)
|
||||
|
||||
@unittest.skip("We cannot configure detectron2 to output a smaller backbone")
|
||||
@unittest.skip(reason="We cannot configure detectron2 to output a smaller backbone")
|
||||
def test_model_is_small(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user