Fix tests skip (#32012)
* [run-slow] clip * [run-slow] clip * Fix skip -> skipTest * [run-slow] clip
This commit is contained in:
committed by
GitHub
parent
24cfcc2114
commit
691586b0dc
@@ -716,7 +716,7 @@ class BigBirdModelIntegrationTest(unittest.TestCase):
|
||||
"""
|
||||
|
||||
if not self.test_attention_probs:
|
||||
self.skip("test_attention_probs is set to False")
|
||||
self.skipTest("test_attention_probs is set to False")
|
||||
|
||||
model = BigBirdModel.from_pretrained(
|
||||
"google/bigbird-roberta-base", attention_type="block_sparse", num_random_blocks=3, block_size=16
|
||||
|
||||
Reference in New Issue
Block a user