You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any tests using the createTestBed() function create a realm to run tests against in isolation, these realms are however not cleaned up afterward, leaving behind data that can interfere with other tests (see #42858). After a test is done with its test bed, the realm created for it should be automatically disposed of.