test: temporarily skip test_to_mermaid_image integration test (#9121)

This commit is contained in:
Stefano Fiorucci 2025-03-27 12:46:20 +01:00 committed by GitHub
parent 54743964fd
commit 7135945e01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ from haystack.core.pipeline.draw import _to_mermaid_image, _to_mermaid_text
from haystack.testing.sample_components import AddFixedValue, Double
@pytest.mark.flaky(reruns=5, reruns_delay=5)
@pytest.mark.skip(reason="Temporarily skipped due to mermaid.ink issues")
@pytest.mark.integration
def test_to_mermaid_image():
pipe = Pipeline()