mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Mark error_check_test as thread-unsafe.
This is a temporary fix to make CI green, but the right thing to do is to fix the implementation to be thread-safe. PiperOrigin-RevId: 730445067
This commit is contained in:
parent
c17ea805f3
commit
aeff675eda
@ -28,6 +28,7 @@ JaxValueError = error_check.JaxValueError
|
||||
config.parse_flags_with_absl()
|
||||
|
||||
|
||||
@jtu.thread_unsafe_test_class() # TODO(b/398772684): fix thread safety
|
||||
@jtu.with_config(jax_check_tracer_leaks=True)
|
||||
class ErrorCheckTests(jtu.JaxTestCase):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user