Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6b84e commit 4c95844Copy full SHA for 4c95844
1 file changed
lib/matplotlib/tests/test_lines.py
@@ -16,6 +16,9 @@
16
from matplotlib.testing.decorators import image_comparison
17
18
19
+# Runtimes on a loaded system are inherently flaky. Not so much that a rerun
20
+# won't help, hopefully.
21
+@pytest.mark.flaky(reruns=3)
22
def test_invisible_Line_rendering():
23
"""
24
Github issue #1256 identified a bug in Line.draw method
0 commit comments