From 708f48dad6c08e4b4527eaabe72fe4530684df96 Mon Sep 17 00:00:00 2001 From: Charles Hofer Date: Mon, 6 Jan 2025 17:04:39 +0000 Subject: [PATCH] Skip one more test --- tests/lax_scipy_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lax_scipy_test.py b/tests/lax_scipy_test.py index 0aed07005..881f98ec5 100644 --- a/tests/lax_scipy_test.py +++ b/tests/lax_scipy_test.py @@ -438,6 +438,7 @@ class LaxBackedScipyTests(jtu.JaxTestCase): self.assertAllClose(actual, expected, rtol=1e-8, atol=6e-8) + @unittest.skip(reason="https://github.com/jax-ml/jax/pull/25675") @jtu.sample_product( [dict(l_max=l_max, num_z=num_z) for l_max, num_z in zip([1, 3, 8, 10], [2, 6, 7, 8])