Remove empty create_and_test_config_common_properties tests (#31359)
Remove empty tests
This commit is contained in:
@@ -151,7 +151,6 @@ class AlignVisionModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
)
|
||||
|
||||
def test_config(self):
|
||||
self.create_and_test_config_common_properties()
|
||||
self.config_tester.create_and_test_config_to_json_string()
|
||||
self.config_tester.create_and_test_config_to_json_file()
|
||||
self.config_tester.create_and_test_config_from_and_save_pretrained()
|
||||
@@ -159,9 +158,6 @@ class AlignVisionModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
self.config_tester.check_config_can_be_init_without_params()
|
||||
self.config_tester.check_config_arguments_init()
|
||||
|
||||
def create_and_test_config_common_properties(self):
|
||||
return
|
||||
|
||||
@unittest.skip(reason="AlignVisionModel does not use inputs_embeds")
|
||||
def test_inputs_embeds(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user