Skip to content

Commit

Permalink
skip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 18, 2024
1 parent a36a644 commit 6225dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def create_figure() -> tuple[plt.Figure, plt.Axes]:
return fig, ax


@pytest.mark.skipif(os.getenv("CI"), reason="could only run interactively")
class TestInteractiveCheck:
def test_good_figure(self, create_figure: tuple[plt.Figure, plt.Axes]) -> None:
fig, ax = create_figure
Expand Down

0 comments on commit 6225dd0

Please sign in to comment.