Skip to content

Commit

Permalink
Merge pull request #82 from penpot/skip-heavy-tests
Browse files Browse the repository at this point in the history
Skip heavy tests
  • Loading branch information
kklemon authored Jun 20, 2024
2 parents a2c73ea + faefaaa commit ed63994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/penai/test_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit ed63994

Please sign in to comment.