From 7f96b263d4f8c980c9de050857bee2b88361e861 Mon Sep 17 00:00:00 2001 From: Vladimir Belitskiy Date: Fri, 26 Jul 2024 11:09:54 -0700 Subject: [PATCH] Un-skip //third_party/py/jax/tests:pytorch_interoperability_test_cpu on ASAN. It should have been fixed via https://github.com/pytorch/pytorch/issues/117058#issuecomment-1973020150 PiperOrigin-RevId: 656464550 --- tests/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/BUILD b/tests/BUILD index 7f25083c0290..adea49cac293 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -779,9 +779,6 @@ jax_test( "gpu_h100", # Pytorch H100 build times out in Google's CI. ], tags = [ - # PyTorch leaks dlpack metadata https://github.com/pytorch/pytorch/issues/117058, and - # compilation times out on CPU. - "noasan", "not_build:arm", # TODO(b/355237462): Re-enable once MSAN issue is addressed. "nomsan",