File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
outs:
2
- - md5: 0a7f4959b500b6fa3a560a6368db0f90
3
- size: 25982
2
+ - md5: 0f8baadcf84e0222b6a42a2525277c78
3
+ size: 25000
4
4
path: test_solar_set_terminator_datetime.png
Original file line number Diff line number Diff line change 1
1
outs:
2
- - md5: 54c92bea64e0fc76c62601cb6131f22e
3
- size: 44160
2
+ - md5: 9854a8041fe4c5d8b3832446b77fb482
3
+ size: 41749
4
4
path: test_solar_terminators.png
Original file line number Diff line number Diff line change 8
8
from pygmt .exceptions import GMTInvalidInput
9
9
10
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
+ )
11
15
@pytest .mark .mpl_image_compare
12
16
def test_solar_terminators ():
13
17
"""
@@ -39,6 +43,10 @@ def test_solar_terminators():
39
43
return fig
40
44
41
45
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
+ )
42
50
@pytest .mark .mpl_image_compare (filename = "test_solar_set_terminator_datetime.png" )
43
51
@pytest .mark .parametrize (
44
52
"terminator_datetime" ,
@@ -104,6 +112,10 @@ def test_invalid_datetime():
104
112
)
105
113
106
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
+ )
107
119
@pytest .mark .mpl_image_compare (filename = "test_solar_set_terminator_datetime.png" )
108
120
def test_solar_default_terminator ():
109
121
"""
You can’t perform that action at this time.
0 commit comments