8000 TST: mark test_constrainedlayout.py::test_colorbar_location as flaky · matplotlib/matplotlib@a0c6e24 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0c6e24

Browse files
committed
TST: mark test_constrainedlayout.py::test_colorbar_location as flaky
1 parent 9e8be5b commit a0c6e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_constrainedlayout.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ def test_constrained_layout23():
380380
fig.suptitle("Suptitle{}".format(i))
381381

382382

383+
@pytest.mark.timeout(30)
384+
@pytest.mark.flaky(reruns=3)
383385
@image_comparison(baseline_images=['test_colorbar_location'],
384386
extensions=['png'], remove_text=True, style='mpl20')
385387
def test_colorbar_location():

0 commit comments

Comments
 (0)
0