Skip to content

Commit

Permalink
Deactivate test xylogspace
Browse files Browse the repository at this point in the history
This test is unstable at the moment, but should eventually be reactivate; see #144 for reference.
  • Loading branch information
cphyc committed Jul 11, 2023
1 parent 5f3a102 commit 9ca204a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labellines/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def test_xlogspace(setup_mpl):
return plt.gcf()


@pytest.mark.skip(reason="Unstable test. See #144.")
@pytest.mark.mpl_image_compare
def test_xylogspace(setup_mpl):
x = np.geomspace(0.1, 1e1)
Expand Down

0 comments on commit 9ca204a

Please sign in to comment.