"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "79d28e80b6f5a37c3f6bacf3fd708963c58b68fb"
Unverified Commit 4be75e97 authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

CI: skip failing TF hubert test (#21601)

skip test
parent 3baa407f
...@@ -432,6 +432,8 @@ class TFHubertRobustModelTest(TFModelTesterMixin, unittest.TestCase): ...@@ -432,6 +432,8 @@ class TFHubertRobustModelTest(TFModelTesterMixin, unittest.TestCase):
pass pass
# We override here as passing a full batch of 13 samples results in OOM errors for CTC # We override here as passing a full batch of 13 samples results in OOM errors for CTC
# TODO: fix me
@unittest.skip(reason="Crashing on CI, temporarily skipped")
def test_dataset_conversion(self): def test_dataset_conversion(self):
default_batch_size = self.model_tester.batch_size default_batch_size = self.model_tester.batch_size
self.model_tester.batch_size = 2 self.model_tester.batch_size = 2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment