We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ba08c commit a847292Copy full SHA for a847292
pygmt/tests/test_solar.py
@@ -8,10 +8,6 @@
8
from pygmt.exceptions import GMTInvalidInput
9
10
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
-)
15
@pytest.mark.mpl_image_compare
16
def test_solar_terminators():
17
"""
@@ -43,10 +39,6 @@ def test_solar_terminators():
43
39
return fig
44
40
45
41
46
47
48
49
50
42
@pytest.mark.mpl_image_compare(filename="test_solar_set_terminator_datetime.png")
51
@pytest.mark.parametrize(
52
"terminator_datetime",
0 commit comments