File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
outs:
2
- - md5: 3452d1c57e68d0ff7a326a6fa35cbf5d
3
- size: 4079
2
+ - md5: 9a8c5ecec5f8962987635057f577a01c
3
+ size: 6029
4
4
path: test_makecpt_categorical.png
Original file line number Diff line number Diff line change 1
1
outs:
2
- - md5: 479dbbd853e31354d825e0e23e123920
3
- size: 3925
2
+ - md5: 4ad410eb2843b3b47818121563c79254
3
+ size: 4628
4
4
path: test_makecpt_cyclic.png
Original file line number Diff line number Diff line change @@ -150,6 +150,10 @@ def test_makecpt_continuous(grid):
150
150
return fig
151
151
152
152
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
+ )
153
157
@pytest .mark .mpl_image_compare
154
158
def test_makecpt_categorical (region ):
155
159
"""
@@ -161,6 +165,10 @@ def test_makecpt_categorical(region):
161
165
return fig
162
166
163
167
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
+ )
164
172
@pytest .mark .mpl_image_compare
165
173
def test_makecpt_cyclic (region ):
166
174
"""
You can’t perform that action at this time.
0 commit comments