"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "659b27fd26dee80f7ecd313089c3fa2e457ea90f"
Unverified Commit de55ead1 authored by Matt's avatar Matt Committed by GitHub
Browse files

Emergency PR to skip conversational tests to fix CI (#26906)

parent ef7e9369
...@@ -327,6 +327,7 @@ class PipelineTesterMixin: ...@@ -327,6 +327,7 @@ class PipelineTesterMixin:
self.run_task_tests(task="automatic-speech-recognition") self.run_task_tests(task="automatic-speech-recognition")
@is_pipeline_test @is_pipeline_test
@unittest.skip("Conversational tests are currently broken for several models, will fix ASAP - Matt")
def test_pipeline_conversational(self): def test_pipeline_conversational(self):
self.run_task_tests(task="conversational") self.run_task_tests(task="conversational")
......
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