Skip to content

Commit 22835d8

Browse files
[DEVX-594]: Updated Tests for Multimodal Data Ingestion Pipelines
1 parent 6e8ad57 commit 22835d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pipelines/test_multimodal_pipelines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_pipeline_run_loader(self,):
6464
assert len(elements) == 14
6565
assert elements.elements[0].metadata.to_dict()['filename'] == 'Multimodal_sample_file.pdf'
6666

67+
@pytest.mark.skip(reason="Need additional setup")
6768
def test_pipeline_summarize(self,):
6869
"""Tests for pipeline run with summarizer"""
6970
import os

0 commit comments

Comments
 (0)