mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-16 18:13:54 +00:00
test: temporarily skip test_to_mermaid_image integration test (#9121)
This commit is contained in:
parent
54743964fd
commit
7135945e01
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user