Skip to content

Commit a847292

Browse files
authored
Remove more xfail from solar tests for GMT 6.2.0rc2 (#1305)
1 parent e6ba08c commit a847292

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pygmt/tests/test_solar.py

-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
from pygmt.exceptions import GMTInvalidInput
99

1010

11-
@pytest.mark.xfail(
12-
reason="Flaky test only passes with pytest on single module"
13-
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
14-
)
1511
@pytest.mark.mpl_image_compare
1612
def test_solar_terminators():
1713
"""
@@ -43,10 +39,6 @@ def test_solar_terminators():
4339
return fig
4440

4541

46-
@pytest.mark.xfail(
47-
reason="Flaky test only passes with pytest on single module"
48-
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
49-
)
5042
@pytest.mark.mpl_image_compare(filename="test_solar_set_terminator_datetime.png")
5143
@pytest.mark.parametrize(
5244
"terminator_datetime",

0 commit comments

Comments
 (0)