diff --git a/tests/BUILD b/tests/BUILD index d5d6c7be5..0ffa68ed8 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -838,6 +838,13 @@ jax_multiplatform_test( jax_multiplatform_test( name = "profiler_test", srcs = ["profiler_test.py"], + backend_tags = { + "gpu": [ + # disable suspicious leaking in cupti/cuda, + # TODO: remove this once b/372714955 is resolved. + "noasan", + ], + }, enable_backends = [ "cpu", "gpu",