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

Commit

Permalink
Skip l2l example test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Nov 30, 2021
1 parent d54e40d commit 082b9d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/examples/test_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
pytest.param(
"learn2learn",
"image_classification_imagenette_mini.py",
marks=pytest.mark.skipif(
not (_IMAGE_AVAILABLE and _LEARN2LEARN_AVAILABLE), reason="learn2learn isn't installed"
),
marks=[
pytest.mark.skip("MiniImagenet broken: https://github.com/learnables/learn2learn/issues/291"),
pytest.mark.skipif(
not (_IMAGE_AVAILABLE and _LEARN2LEARN_AVAILABLE), reason="learn2learn isn't installed"
),
],
),
],
)
Expand Down

0 comments on commit 082b9d1

Please sign in to comment.