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

Skip to content

Commit bc85a82

Browse files
committed
TST: Mark mixedsubplots as flaky.
1 parent 40fd54f commit bc85a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

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

110110

111+
# Reason for flakiness is still unknown.
112+
@pytest.mark.flaky(reruns=3)
111113
@image_comparison(baseline_images=['mixedsubplot'], remove_text=True)
112114
def test_mixedsubplots():
113115
def f(t):

0 commit comments

Comments
 (0)