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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporary mark test_remove_shared_axes as failing.
  • Loading branch information
anntzer committed Jan 7, 2016
commit 608855b80f850aa067b4d9caffc6dfafcd5b1c54
4 changes: 3 additions & 1 deletion lib/matplotlib/tests/test_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
import warnings

import matplotlib
from matplotlib.testing.decorators import image_comparison, cleanup
from matplotlib.testing.decorators import (
cleaup, image_comparison, knownfailureif)
import matplotlib.pyplot as plt
import matplotlib.markers as mmarkers
from numpy.testing import assert_array_equal
Expand Down Expand Up @@ -4238,6 +4239,7 @@ def test_auto_numticks():


@cleanup
@knownfailureif(True)
def test_remove_shared_axes():
def _helper_x(ax):
ax2 = ax.twinx()
Expand Down