Skip to content

Commit a29ba75

Browse files
committed
Remove xfail on makecpt tests for GMT 6.2.0 (#1323)
The "makecpt" flaky tests are fixed in GenericMappingTools/gmt#5280
1 parent 0f21573 commit a29ba75

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pygmt/tests/test_makecpt.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ def test_makecpt_continuous(grid):
150150
return fig
151151

152152

153-
@pytest.mark.xfail(
154-
reason="Flaky test only passes with pytest on single module"
155-
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
156-
)
157153
@pytest.mark.mpl_image_compare
158154
def test_makecpt_categorical(region):
159155
"""
@@ -165,10 +161,6 @@ def test_makecpt_categorical(region):
165161
return fig
166162

167163

168-
@pytest.mark.xfail(
169-
reason="Flaky test only passes with pytest on single module"
170-
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
171-
)
172164
@pytest.mark.mpl_image_compare
173165
def test_makecpt_cyclic(region):
174166
"""

0 commit comments

Comments
 (0)