Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 5, 2023
1 parent 827f5d6 commit f61eaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/examples/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
marks=[
pytest.mark.skipif(not _TOPIC_IMAGE_AVAILABLE, reason="image libraries aren't installed"),
pytest.mark.skipif(not _ICEDATA_AVAILABLE, reason="icedata package isn't installed"),
pytest.xfail() # ToDo
],
),
pytest.param(
Expand Down

0 comments on commit f61eaed

Please sign in to comment.