Disable test_source_file_prefix_removal test because there is cross-contamination of metadata information from different call sites because of cached jitted functions

PiperOrigin-RevId: 651847347
This commit is contained in:
Yash Katariya 2024-07-12 12:06:33 -07:00 committed by jax authors
parent 17591f5c19
commit 60fccc2aac

View File

@ -90,6 +90,7 @@ class MetadataTest(jtu.JaxTestCase):
hlo = module_to_string(jax.jit(f).lower(jnp.arange(8.0)).compiler_ir())
self.assertNotRegex(hlo, r'<.* at 0x[0-9a-fA-F]+>')
@unittest.skip('b/352539562')
def test_source_file_prefix_removal(self):
def make_hlo():