diff --git a/tests/test_all_the_things.py b/tests/test_all_the_things.py index cd8de31..71277fe 100644 --- a/tests/test_all_the_things.py +++ b/tests/test_all_the_things.py @@ -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