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:
@@ -154,6 +154,7 @@ class TestTokenizationLED(TokenizerTesterMixin, unittest.TestCase):
|
||||
outputs = tokenizer.pad(encoded_output)
|
||||
self.assertSequenceEqual(outputs["global_attention_mask"], expected_global_attention_mask)
|
||||
|
||||
@unittest.skip
|
||||
def test_pretokenized_inputs(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user