diff --git a/pygmt/tests/test_makecpt.py b/pygmt/tests/test_makecpt.py index 173cbe315bf..98d15e81543 100644 --- a/pygmt/tests/test_makecpt.py +++ b/pygmt/tests/test_makecpt.py @@ -150,10 +150,6 @@ def test_makecpt_continuous(grid): return fig -@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_makecpt_categorical(region): """ @@ -165,10 +161,6 @@ def test_makecpt_categorical(region): return fig -@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_makecpt_cyclic(region): """