Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83fb3fb

Browse files
committed
TST: Mark mixedsubplots as flaky.
Hopefully, some of my in-progress/to-be-submitted PRs will fix this soon.
1 parent 28e8f29 commit 83fb3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_lines3d():
108108
ax.plot(x, y, z)
109109

110110

111+
@pytest.mark.flaky(reruns=3)
111112
@image_comparison(baseline_images=['mixedsubplot'], remove_text=True)
112113
def test_mixedsubplots():
113114
def f(t):

0 commit comments

Comments
 (0)