Fix test failure in PGLE tests.

We weren't completely resetting the compilation cache.
This commit is contained in:
Peter Hawkins 2025-02-18 09:44:16 +00:00
parent e78a469b42
commit b3ed528f7d

View File

@ -55,6 +55,7 @@ class PgleTest(jtu.JaxTestCase):
def tearDown(self):
cc.set_cache_dir(None)
cc.reset_cache()
super().tearDown()
def testPGLEProfilerGetFDOProfile(self):