From ec905f3a761bda50cb1d9402eb4e655a1d392732 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:21:08 +0200 Subject: [PATCH] unskip 2 tests in cohere (#31517) Co-authored-by: ydshieh --- tests/models/cohere/test_modeling_cohere.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/models/cohere/test_modeling_cohere.py b/tests/models/cohere/test_modeling_cohere.py index 2e8e3da24a..d80bc5c24c 100644 --- a/tests/models/cohere/test_modeling_cohere.py +++ b/tests/models/cohere/test_modeling_cohere.py @@ -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()