From 9e3ed38e29d6838d2c6aa2e2097ad1be40a346c7 Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Fri, 22 Nov 2024 13:56:12 -0500 Subject: [PATCH] skip test_vit_b16 until https://github.com/jax-ml/jax/issues/25066 is resolved --- tests/test_all_the_things.py | 1 + 1 file changed, 1 insertion(+) 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