test_tf_common: remove un_used mixin class parameters (#6866)
This commit is contained in:
@@ -184,9 +184,6 @@ class TFDistilBertModelTest(TFModelTesterMixin, unittest.TestCase):
|
||||
if is_tf_available()
|
||||
else None
|
||||
)
|
||||
test_pruning = True
|
||||
test_torchscript = True
|
||||
test_head_masking = True
|
||||
|
||||
def setUp(self):
|
||||
self.model_tester = TFDistilBertModelTester(self)
|
||||
|
||||
Reference in New Issue
Block a user