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 11outs:
2- - md5: 3452d1c57e68d0ff7a326a6fa35cbf5d
3- size: 4079
2+ - md5: 9a8c5ecec5f8962987635057f577a01c
3+ size: 6029
44 path: test_makecpt_categorical.png
Original file line number Diff line number Diff line change 11outs:
2- - md5: 479dbbd853e31354d825e0e23e123920
3- size: 3925
2+ - md5: 4ad410eb2843b3b47818121563c79254
3+ size: 4628
44 path: test_makecpt_cyclic.png
Original file line number Diff line number Diff line change @@ -150,6 +150,10 @@ 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+ )
153157@pytest .mark .mpl_image_compare
154158def test_makecpt_categorical (region ):
155159 """
@@ -161,6 +165,10 @@ def test_makecpt_categorical(region):
161165 return fig
162166
163167
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+ )
164172@pytest .mark .mpl_image_compare
165173def test_makecpt_cyclic (region ):
166174 """
You can’t perform that action at this time.
0 commit comments