We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8ad57 commit 22835d8Copy full SHA for 22835d8
tests/pipelines/test_multimodal_pipelines.py
@@ -64,6 +64,7 @@ def test_pipeline_run_loader(self,):
64
assert len(elements) == 14
65
assert elements.elements[0].metadata.to_dict()['filename'] == 'Multimodal_sample_file.pdf'
66
67
+ @pytest.mark.skip(reason="Need additional setup")
68
def test_pipeline_summarize(self,):
69
"""Tests for pipeline run with summarizer"""
70
import os
0 commit comments