Skip to content

Commit

Permalink
skip test_vit_b16 until jax-ml/jax#25066 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
samuela committed Nov 22, 2024
1 parent 93ed706 commit 9e3ed38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_all_the_things.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ def test_resnet18():
# to reasonable expectations.


@pytest.mark.skip(reason="https://github.com/jax-ml/jax/issues/25066")
@pytest.mark.skipif(not is_network_reachable(), reason="Network is not reachable")
def test_vit_b16():
import torchvision
Expand Down

0 comments on commit 9e3ed38

Please sign in to comment.