Disable tests/debug_info_test.py:test_vjp_of_jit test. Currently failing Python 3.13 GitHub CI tests.

PiperOrigin-RevId: 729544807
This commit is contained in:
Daniel Suo 2025-02-21 08:50:09 -08:00 committed by jax authors
parent 66037d10e7
commit 87a7158f43

View File

@ -830,6 +830,8 @@ class DebugInfoTest(jtu.JaxTestCase):
])
def test_vjp_of_jit(self):
# TODO(b/398208230): Re-enable this test after fixing.
self.skipTest("Enable this after figuring out why it's failing")
tracer_spy = TracerSpy()
def my_f(x, y, z):
tracer_spy.append(y[0])