mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 21:06:06 +00:00
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:
parent
66037d10e7
commit
87a7158f43
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user