Skip to content

Commit

Permalink
Mark one x2sys_cross test as xfail in the GMT Legacy Tests workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 17, 2024
1 parent 6a6e940 commit 686e56f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pygmt/tests/test_x2sys_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ def fixture_tracks():


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

0 comments on commit 686e56f

Please sign in to comment.