Skip to content

Commit cddd973

Browse files
authored
Merge pull request matplotlib#30920 from codingabhiroop/fix_flaky_test_reruns
FIX: Increase reruns for flaky test_invisible_Line_rendering (matplotlib#30809)
2 parents 6688d5d + e032e25 commit cddd973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_segment_hits():
3333

3434
# Runtimes on a loaded system are inherently flaky. Not so much that a rerun
3535
# won't help, hopefully.
36-
@pytest.mark.flaky(reruns=3)
36+
@pytest.mark.flaky(reruns=5)
3737
def test_invisible_Line_rendering():
3838
"""
3939
GitHub issue #1256 identified a bug in Line.draw method

0 commit comments

Comments
 (0)