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):
pass
# 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):
default_batch_size = self.model_tester.batch_size
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