From 512ac907ff729dd60ef194130cb666b39abdbbd2 Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Wed, 26 May 2021 06:27:01 +0100 Subject: [PATCH 1/2] remove xfail from test_solar_default_terminator() --- pygmt/tests/test_solar.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pygmt/tests/test_solar.py b/pygmt/tests/test_solar.py index 043f1ee9053..39db33d770f 100644 --- a/pygmt/tests/test_solar.py +++ b/pygmt/tests/test_solar.py @@ -112,10 +112,6 @@ def test_invalid_datetime(): ) -@pytest.mark.xfail( - reason="Flaky test only passes with pytest on single module" - "See https://github.com/GenericMappingTools/pygmt/issues/1242" -) @pytest.mark.mpl_image_compare(filename="test_solar_set_terminator_datetime.png") def test_solar_default_terminator(): """ From 758252d4bbe0a6f6bd27c48ea82f95083b43414d Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Wed, 26 May 2021 06:27:39 +0100 Subject: [PATCH 2/2] remove xfail from test_velo.py --- pygmt/tests/test_velo.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pygmt/tests/test_velo.py b/pygmt/tests/test_velo.py index a8517adf62c..acb581cf53a 100644 --- a/pygmt/tests/test_velo.py +++ b/pygmt/tests/test_velo.py @@ -26,10 +26,6 @@ def fixture_dataframe(): ) -@pytest.mark.xfail( - reason="Flaky test only passes with pytest on single module" - "See https://github.com/GenericMappingTools/pygmt/issues/1242" -) @pytest.mark.mpl_image_compare def test_velo_numpy_array_numeric_only(dataframe): """ @@ -67,10 +63,6 @@ def test_velo_without_spec(dataframe): fig.velo(data=dataframe) -@pytest.mark.xfail( - reason="Flaky test only passes with pytest on single module" - "See https://github.com/GenericMappingTools/pygmt/issues/1242" -) @pytest.mark.mpl_image_compare def test_velo_pandas_dataframe(dataframe): """