Skip to content

Commit

Permalink
Remove xfail on makecpt tests for GMT 6.2.0 (#1323)
Browse files Browse the repository at this point in the history
The "makecpt" flaky tests are fixed in GenericMappingTools/gmt#5280
  • Loading branch information
seisman committed Jun 8, 2021
1 parent 0f21573 commit a29ba75
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pygmt/tests/test_makecpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ def test_makecpt_continuous(grid):
return fig


@pytest.mark.xfail(
reason="Flaky test only passes with pytest on single module"
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
)
@pytest.mark.mpl_image_compare
def test_makecpt_categorical(region):
"""
Expand All @@ -165,10 +161,6 @@ def test_makecpt_categorical(region):
return fig


@pytest.mark.xfail(
reason="Flaky test only passes with pytest on single module"
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
)
@pytest.mark.mpl_image_compare
def test_makecpt_cyclic(region):
"""
Expand Down

0 comments on commit a29ba75

Please sign in to comment.