unskip 2 tests in cohere (#31517)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2024-06-20 17:21:08 +02:00 committed by GitHub
parent 1fd60fec75
commit ec905f3a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,14 +291,6 @@ class CohereModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMix
self.model_tester = CohereModelTester(self)
self.config_tester = ConfigTester(self, config_class=CohereConfig, hidden_size=37)
@unittest.skip("Failing. Issue opened in #31351")
def test_initialization(self):
super().test_initialization()
@unittest.skip("Failing. Issue opened in #31351")
def test_fast_init_context_manager(self):
super().test_fast_init_context_manager()
def test_config(self):
self.config_tester.run_common_tests()