Skip to content

Commit 686e56f

Browse files
authored
Mark one x2sys_cross test as xfail in the GMT Legacy Tests workflow (#3288)
1 parent 6a6e940 commit 686e56f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygmt/tests/test_x2sys_cross.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ def fixture_tracks():
3939

4040

4141
@pytest.mark.usefixtures("mock_x2sys_home")
42+
@pytest.mark.xfail(
43+
condition=Version(__gmt_version__) < Version("6.5.0"),
44+
reason="Upstream bug fixed in https://github.com/GenericMappingTools/gmt/pull/8188",
45+
)
4246
def test_x2sys_cross_input_file_output_file():
4347
"""
4448
Run x2sys_cross by passing in a filename, and output internal crossovers to an ASCII

0 commit comments

Comments
 (0)