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

@@ -348,7 +348,6 @@ class TFXLNetModelTest(TFModelTesterMixin, unittest.TestCase):
all_generative_model_classes = (
(TFXLNetLMHeadModel,) if is_tf_available() else ()
) # TODO (PVP): Check other models whether language generation is also applicable
test_pruning = False
def setUp(self):
self.model_tester = TFXLNetModelTester(self)