Run compilation_cache_test.py using TFRT

PiperOrigin-RevId: 426433041
This commit is contained in:
Skye Wanderman-Milne 2022-02-04 10:17:26 -08:00 committed by jax authors
parent f5107212db
commit 3fd91d6038

View File

@ -43,8 +43,6 @@ class CompilationCacheTest(jtu.JaxTestCase):
super().setUp()
if jtu.device_under_test() != "tpu":
raise SkipTest("serialize executable only works on TPU")
if jax._src.lib.xla_bridge.get_backend().runtime_type == "tfrt":
raise SkipTest("the new TFRT runtime does not support serialization")
def tearDown(self):
super().tearDown()