[Tokenizers] Skip tests temporarily (#26574)

* Skip tests temporarily

* style

* Add additional test
This commit is contained in:
Lysandre Debut
2023-10-03 19:43:42 +02:00
committed by GitHub
parent 2c7b26f508
commit 5c66378cea
4 changed files with 17 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ class VitsModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCase):
def test_config(self):
self.config_tester.run_common_tests()
@unittest.skip("Need to fix this after #26538")
def test_model_forward(self):
set_seed(12345)
global_rng.seed(12345)