test_tf_common: remove un_used mixin class parameters (#6866)

This commit is contained in:
Puneetha Pai
2020-09-02 20:24:40 +05:30
committed by GitHub
parent e71f32c0ef
commit 4ebb52afdb
5 changed files with 0 additions and 11 deletions

View File

@@ -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)