Skip to content

Commit

Permalink
Skip test_can_be_loaded test
Browse files Browse the repository at this point in the history
  • Loading branch information
kklemon committed Oct 24, 2024
1 parent 54b87e7 commit 0f02017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/penai/test_registries.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import pytest

from penai.registries.projects import SavedPenpotProject


class TestPenpotProjectRegistry:
@staticmethod
@pytest.mark.skip(reason="may fail due to a upstream bug in accrs")
def test_can_be_loaded(example_project: SavedPenpotProject) -> None:
loaded_project = example_project.load(pull=True)
assert len(loaded_project.files) > 0

0 comments on commit 0f02017

Please sign in to comment.