mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
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:
parent
17591f5c19
commit
60fccc2aac
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user