Skip to content

Commit 7135945

Browse files
authored
test: temporarily skip test_to_mermaid_image integration test (#9121)
1 parent 5474396 commit 7135945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/pipeline/test_draw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from haystack.testing.sample_components import AddFixedValue, Double
1313

1414

15-
@pytest.mark.flaky(reruns=5, reruns_delay=5)
15+
@pytest.mark.skip(reason="Temporarily skipped due to mermaid.ink issues")
1616
@pytest.mark.integration
1717
def test_to_mermaid_image():
1818
pipe = Pipeline()

0 commit comments

Comments
 (0)