Skip to content

Commit f747e71

Browse files
Remove xfails on solar and velo tests for GMT 6.2.0rc2 (#1297)
1 parent f7a9e5e commit f747e71

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

pygmt/tests/test_solar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ def test_invalid_datetime():
112112
)
113113

114114

115-
@pytest.mark.xfail(
116-
reason="Flaky test only passes with pytest on single module"
117-
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
118-
)
119115
@pytest.mark.mpl_image_compare(filename="test_solar_set_terminator_datetime.png")
120116
def test_solar_default_terminator():
121117
"""

pygmt/tests/test_velo.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ 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-
)
3329
@pytest.mark.mpl_image_compare
3430
def test_velo_numpy_array_numeric_only(dataframe):
3531
"""
@@ -67,10 +63,6 @@ def test_velo_without_spec(dataframe):
6763
fig.velo(data=dataframe)
6864

6965

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-
)
7466
@pytest.mark.mpl_image_compare
7567
def test_velo_pandas_dataframe(dataframe):
7668
"""

0 commit comments

Comments
 (0)