Skip to content

Commit

Permalink
Trigger fails on GMT master tests to double check artifacts are uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Oct 27, 2020
1 parent 0defa07 commit 7fbb777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pygmt/tests/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ def test_info_dataframe():
assert output == expected_output


@pytest.mark.xfail(
reason="UNIX timestamps returned instead of ISO datetime, should work on GMT 6.2.0 "
"after https://github.com/GenericMappingTools/gmt/issues/4241 is resolved",
)
# @pytest.mark.xfail(
# reason="UNIX timestamps returned instead of ISO datetime, should work on GMT 6.2.0 "
# "after https://github.com/GenericMappingTools/gmt/issues/4241 is resolved",
# )
def test_info_pandas_dataframe_time_column():
"Make sure info works on pandas.DataFrame inputs with a time column"
table = pd.DataFrame(
Expand Down

0 comments on commit 7fbb777

Please sign in to comment.