mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Basically, what's happening here is that some flow tests are adding things to the claims list cache which is stored statically, meaning that some other tests can pick those up when they shouldn't. By adding the extension in RFTC, it'll clear out the caches after each test.