diff --git a/test/penai/test_svg.py b/test/penai/test_svg.py index 92c26a0..02266f5 100644 --- a/test/penai/test_svg.py +++ b/test/penai/test_svg.py @@ -128,6 +128,7 @@ def _save_diff_fig(self, img_before: np.ndarray, img_after: np.ndarray, save_pat fig.savefig(save_path, bbox_inches="tight", dpi=400) + @pytest.mark.skip(reason="too heavy for us CI credits poor souls") def test_removing_shapes_without_content( self, example_project: SavedPenpotProject, @@ -167,6 +168,7 @@ def hook(file: PenpotFile, page: PenpotPage) -> None: f"Images do not match. Max diff of {np.max(diff)} between the two versions. Saved to file://{save_path} for visual inspection.", ) + @pytest.mark.skip(reason="too heavy for us CI credits poor souls") def test_removal_of_visible_elements_test( self, example_project: SavedPenpotProject,