[CI] Fix red CI and ERROR failed should show (#25995)

* start with error too

* fix ?

* start with nit

* one more path

* use `job_name`

* mark pipeline test as slow
This commit is contained in:
Arthur
2023-09-05 20:16:00 +02:00
committed by GitHub
parent 6206f599e1
commit d0354e5e86
2 changed files with 5 additions and 4 deletions

View File

@@ -300,6 +300,7 @@ class AutomaticSpeechRecognitionPipelineTests(unittest.TestCase):
self.assertEqual(output, {"text": "A MAN SAID TO THE UNIVERSE SIR I EXIST"})
@require_torch
@slow
def test_return_timestamps_in_preprocess(self):
pipe = pipeline(
task="automatic-speech-recognition",