File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff 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" )
120116def test_solar_default_terminator ():
121117 """
Original file line number Diff line number Diff 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
3430def 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
7567def test_velo_pandas_dataframe (dataframe ):
7668 """
You can’t perform that action at this time.
0 commit comments