We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf4d39 commit e032e25Copy full SHA for e032e25
lib/matplotlib/tests/test_lines.py
@@ -33,7 +33,7 @@ def test_segment_hits():
33
34
# Runtimes on a loaded system are inherently flaky. Not so much that a rerun
35
# won't help, hopefully.
36
-@pytest.mark.flaky(reruns=3)
+@pytest.mark.flaky(reruns=5)
37
def test_invisible_Line_rendering():
38
"""
39
GitHub issue #1256 identified a bug in Line.draw method
0 commit comments