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(): """ 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): """