Skip to content

Commit f949f16

Browse files
committed
Mark fig.velo tests with xfail
1 parent 6b99454 commit f949f16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pygmt/tests/test_velo.py

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ def fixture_dataframe():
2626
)
2727

2828

29+
@pytest.mark.xfail(
30+
reason="Flaky test only passes with pytest on single module"
31+
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
32+
)
2933
@pytest.mark.mpl_image_compare
3034
def test_velo_numpy_array_numeric_only(dataframe):
3135
"""
@@ -63,6 +67,10 @@ def test_velo_without_spec(dataframe):
6367
fig.velo(data=dataframe)
6468

6569

70+
@pytest.mark.xfail(
71+
reason="Flaky test only passes with pytest on single module"
72+
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
73+
)
6674
@pytest.mark.mpl_image_compare
6775
def test_velo_pandas_dataframe(dataframe):
6876
"""

0 commit comments

Comments
 (0)