File tree 2 files changed +0
-12
lines changed
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():
112
112
)
113
113
114
114
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
- )
119
115
@pytest .mark .mpl_image_compare (filename = "test_solar_set_terminator_datetime.png" )
120
116
def test_solar_default_terminator ():
121
117
"""
Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ def fixture_dataframe():
26
26
)
27
27
28
28
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
- )
33
29
@pytest .mark .mpl_image_compare
34
30
def test_velo_numpy_array_numeric_only (dataframe ):
35
31
"""
@@ -67,10 +63,6 @@ def test_velo_without_spec(dataframe):
67
63
fig .velo (data = dataframe )
68
64
69
65
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
- )
74
66
@pytest .mark .mpl_image_compare
75
67
def test_velo_pandas_dataframe (dataframe ):
76
68
"""
You can’t perform that action at this time.
0 commit comments